dns-witch.net.eu.org/node_modules/bcp-47-normalize/index.d.ts

4 lines
153 B
TypeScript
Raw Permalink Normal View History

2025-07-05 16:19:59 +00:00
export { bcp47Normalize } from "./lib/index.js";
export type Warning = import('bcp-47').Warning;
export type Options = import('./lib/index.js').Options;