blob: c8847356cd8d1a9442130d8cf63014f487707f66 [file] [log] [blame]
export declare function isString(input: unknown): input is string;
export declare function isEmpty(input: string): boolean;