os-locale-ex

1.1.0 • Public • Published

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())

Package Sidebar

Install

npm i os-locale-ex

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

6.43 kB

Total Files

3

Last publish

Collaborators

  • noahyoung