We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383eec9 commit e997d9dCopy full SHA for e997d9d
src/isoformat.d.ts src/types/isoformat.d.tssrc/isoformat.d.ts renamed to src/types/isoformat.d.ts
@@ -2,4 +2,5 @@
2
declare module 'isoformat' {
3
export function format(value: any, fallback: string): string;
4
export function format(value: any, fallback: any): any;
5
+ export function parse(value: string): Date;
6
}
0 commit comments