5 lines
194 B
Plaintext
Executable File
5 lines
194 B
Plaintext
Executable File
export function parse() {
|
|
throw new Error("You're trying to format an uncompiled message with react-intl without parser, please import from 'react-int' instead");
|
|
}
|
|
export * from './types';
|