NET-Web-API-w-Angular/my-app/node_modules/ajv/dist/runtime/timestamp.d.ts

5 lines
165 B
TypeScript
Executable file

declare function validTimestamp(str: string, allowDate: boolean): boolean;
declare namespace validTimestamp {
var code: string;
}
export default validTimestamp;