Skip to content

Commit 2a340b5

Browse files
committed
Make rewritable type
1 parent 1d8086e commit 2a340b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ declare module './locale/*.js' {
2222
declare const durationRE: RegExp;
2323

2424
declare namespace parse {
25-
const unit: Units;
25+
let unit: Units;
2626
}
2727

2828
/**

0 commit comments

Comments
 (0)