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

6 lines
157 B
JavaScript

/**
* @typedef {import('bcp-47').Warning} Warning
* @typedef {import('./lib/index.js').Options} Options
*/
export {bcp47Normalize} from './lib/index.js'