Skip to content

Commit

Permalink
Fixed typo on patternFormatter export. #698
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yadav committed Oct 29, 2022
1 parent 3b9f993 commit 436a5e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
} from './numeric_format';

import {
format as patterFormatter,
format as patternFormatter,
removeFormatting as removePatternFormat,
getCaretBoundary as getPatternCaretBoundary,
usePatternFormat,
Expand All @@ -29,4 +29,4 @@ export type {
} from './types';

export { numericFormatter, removeNumericFormat, getNumericCaretBoundary, useNumericFormat };
export { patterFormatter, removePatternFormat, getPatternCaretBoundary, usePatternFormat };
export { patternFormatter, removePatternFormat, getPatternCaretBoundary, usePatternFormat };

0 comments on commit 436a5e6

Please sign in to comment.