mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-07-14 00:26:52 +02:00
7 lines
157 B
JavaScript
7 lines
157 B
JavaScript
/**
|
|
* @typedef {import('bcp-47').Warning} Warning
|
|
* @typedef {import('./lib/index.js').Options} Options
|
|
*/
|
|
|
|
export {bcp47Normalize} from './lib/index.js'
|