UNPKG

twing

Version:

First-class Twig engine for the JavaScript ecosystem

8 lines (7 loc) 195 B
/** * Check whether a string consists of whitespace character(s) only. * * @param {string} value * @return boolean */ export declare function isMadeOfWhitespaceOnly(value: string): boolean;