Shreyan
Clean initial commit without large files
7f21468
raw
history blame
124 Bytes
export declare function isString(input: unknown): input is string;
export declare function isEmpty(input: string): boolean;