declare function isStrBlank(str: string): boolean;

export = isStrBlank;
