mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-13 22:40:50 +08:00
9 lines
334 B
TypeScript
9 lines
334 B
TypeScript
// Type definitions for vali-date 1.0
|
|
// Project: https://github.com/SamVerschueren/vali-date
|
|
// Definitions by: Sam Verschueren <https://github.com/SamVerschueren>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
declare function valiDate(input: string): boolean;
|
|
declare namespace valiDate { }
|
|
export = valiDate;
|