UNPKG

@antv/data-wizard

Version:
4 lines (3 loc) 198 B
export declare const getIsoDates: (isStrict?: boolean) => string[]; export declare const getIsoTimes: (isStrict?: boolean) => string[]; export declare function isDateString(value: string): boolean;