# Installation
> `npm install --save @types/vali-date`

# Summary
This package contains type definitions for vali-date (https://github.com/SamVerschueren/vali-date).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vali-date.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vali-date/index.d.ts)
````ts
declare function valiDate(input: string): boolean;
declare namespace valiDate {}
export = valiDate;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 15:11:36 GMT
 * Dependencies: none

# Credits
These definitions were written by [Sam Verschueren](https://github.com/SamVerschueren).
