1.1.0 • Published 1 year ago

os-locale-ex v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.0.2

1 year ago