Skip to content

Commit

Permalink
Make rewritable type
Browse files Browse the repository at this point in the history
  • Loading branch information
dy committed Feb 11, 2025
1 parent 1d8086e commit 2a340b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ declare module './locale/*.js' {
declare const durationRE: RegExp;

declare namespace parse {
const unit: Units;
let unit: Units;
}

/**
Expand Down

0 comments on commit 2a340b5

Please sign in to comment.