Skip to content

Commit e997d9d

Browse files
committed
move isoformat.d.ts to src/types/
1 parent 383eec9 commit e997d9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
declare module 'isoformat' {
33
export function format(value: any, fallback: string): string;
44
export function format(value: any, fallback: any): any;
5+
export function parse(value: string): Date;
56
}

0 commit comments

Comments
 (0)