intl-proxy
Version:
Provides access to the Browsers Intl Api via a Proxy Object. Designed to be used with the accompanying Elm package.
19 lines (18 loc) • 399 B
JSON
{
"name": "intl-proxy",
"version": "1.0.1",
"description": "Provides access to the Browsers Intl Api via a Proxy Object. Designed to be used with the accompanying Elm package.",
"main": "lib/index.js",
"scripts": {
"build": "tsc"
},
"keywords": [
"Intl",
"Elm"
],
"author": "Andreas Molitor",
"license": "MIT",
"devDependencies": {
"typescript": "^4.5.4"
}
}