OS helpers
✴ Methods that helps us to handle os related things
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';
``