2024-11-03 17:41:45 +01:00

4 lines
153 B
TypeScript

export { bcp47Normalize } from "./lib/index.js";
export type Warning = import('bcp-47').Warning;
export type Options = import('./lib/index.js').Options;