isStrBlank.d.ts 73 B

123
  1. declare function isStrBlank(str: string): boolean;
  2. export = isStrBlank;