Files
DefinitelyTyped/types/vali-date/index.d.ts
2017-11-30 20:20:31 +01:00

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;