npm.io
0.2.5 • Published 6 years ago

@snappmarket/os-helpers

Licence
MIT
Version
0.2.5
Deps
0
Size
7 kB
Vulns
0
Weekly
0
Stars
41
DeprecatedThis package is deprecated

OS helpers

Methods that helps us to handle os related things

version downloads PRs Welcome MIT License

Watch on GitHub Star on GitHub

get started

We provide two way of using this package single or multi :

npm i @snappmarket/os-helpers
OR
npm i @snappmarket/helpers

methods

getOSName
getAgent

usage

import { METHOD_NAME } from '@snappmarket/os-helpers';
// or
// import { METHOD_NAME } from '@snappmarket/helpers';

``