@ideditor/country-coder
Advanced tools
Changelog
5.1.0
Changelog
5.0.4
for..in
over arrays ([#59],[#60])Changelog
5.0.0
"source": "./src/country-coder.ts"
- TypeScript source file"types": "./dist/country-coder.d.ts"
- TypeScript definition file"main": "./dist/country-coder.cjs"
- CJS bundle, modern JavaScript, works with require()
"module": "./dist/country-coder.mjs"
- ESM bundle, modern JavaScript, works with import
"browser": "./dist/country-coder.iife.js"
- IIFE bundle, modern JavaScript, works in browser <script>
tag"type": "module"
nowChangelog
4.1.0