massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / node_modules / ajv / dist / runtime / timestamp.d.ts
1 declare function validTimestamp(str: string, allowDate: boolean): boolean;
2 declare namespace validTimestamp {
3     var code: string;
4 }
5 export default validTimestamp;