web-blog/node_modules/bcp-47-normalize/index.d.ts
2026-05-29 19:34:34 +01:00

3 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;