os-locale-ex
v1.1.0
Published
Get the system locale (An extended CommonJS version of os-locale)
Downloads
13
Maintainers
Readme
os-locale-ex
A CommonJS version of os-locale
Remind: If your
node version
>= 16, you'll don't need this anymore, just set type="module" in your package.json to enableesm support
Usage
const {osLocale, osLocaleSync} = require("os-locale-ex")
osLocale().then(_ => {
console.log(_)
})
console.log(osLocaleSync())