Skip to content
This repository was archived by the owner on May 4, 2020. It is now read-only.

Commit be26f59

Browse files
author
Long Ho
committed
fix(intl-messageformat): add missing import to formatters
1 parent 5f58f09 commit be26f59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/intl-messageformat/src/formatters.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import {
1919
InvalidValueError,
2020
ErrorCode,
2121
FormatError,
22+
InvalidValueTypeError,
2223
} from './error';
2324

2425
export interface Formats {

0 commit comments

Comments
 (0)