summaryrefslogtreecommitdiff
path: root/node_modules/bcp-47-normalize/index.d.ts
blob: 94595c4553e8d628ef03a0d7f0273405a8adbed5 (plain)
1
2
3
export { bcp47Normalize } from "./lib/index.js";
export type Warning = import('bcp-47').Warning;
export type Options = import('./lib/index.js').Options;