0.2.1 • Published 5 years ago

@gotoeasy/os v0.2.1

Weekly downloads
12
License
MIT
Repository
github
Last release
5 years ago

@gotoeasy/os

os info util

NPM version License

Install

npm i @gotoeasy/os

API

const os = require('@gotoeasy/os');

console.log('homedir:', os.homedir());
console.log('locale:', os.locale());

Links