1.1.0 • Published 3 months ago

os-locale-ex v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

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 enable esm support

Usage

const {osLocale, osLocaleSync} = require("os-locale-ex")

osLocale().then(_ => {
    console.log(_)
})

console.log(osLocaleSync())
1.1.0

3 months ago

1.0.2

3 months ago