Jensen-holm's picture
added baseline stuff for making this a flask app with tailwind
a63e09b
raw
history blame
126 Bytes
export declare function isString(input: unknown): input is string;
export declare function isEmpty(input: string): boolean;