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

Commit 614debb

Browse files
author
Long Ho
committed
fix(intl-messageformat): export Error obj
1 parent b262d6d commit 614debb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/intl-messageformat/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ See the accompanying LICENSE file for terms.
77
import IntlMessageFormat from './core';
88
export * from './formatters';
99
export * from './core';
10+
export * from './error';
1011
export default IntlMessageFormat;

0 commit comments

Comments
 (0)