projecte_ionic/node_modules/ajv/dist/runtime/timestamp.d.ts
2022-02-09 18:30:03 +01:00

5 lines
165 B
TypeScript
Executable file

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