UNPKG

msal

Version:
12 lines (11 loc) 184 B
/** * @hidden */ export declare class StringUtils { /** * Check if a string is empty * * @param str */ static isEmpty(str: string): boolean; }