www_hero/node_modules/fast-glob/out/utils/string.d.ts
sasha-astiadi 324d5960af hero_web
2024-05-03 06:39:20 +02:00

3 lines
124 B
TypeScript

export declare function isString(input: unknown): input is string;
export declare function isEmpty(input: string): boolean;