Files
kst4contest/website/node_modules/bcp-47-normalize/index.d.ts
T
2026-07-06 01:04:53 +02: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;