@snappmarket/os-helpers

> ✴ Methods that helps us to handle os related things

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@snappmarket/os-helpers
37170.2.54 years ago4 years agoMinified + gzip package size for @snappmarket/os-helpers in KB

Readme

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';
``