/** * check if {@param string} is all white space (space, tab, no-break space, etc.) or empty string {@see Empty} * * @param string */ export default function Blank(string: string): boolean; //# sourceMappingURL=blank.d.ts.map