UNPKG

@ibyar/platform

Version:

Ibyar Platform, A utility package for Aurora

39 lines (28 loc) 1.16 kB
# Ibyar Platform [![NPM Version][npm-image]][npm-url] [![NPM Downloads][downloads-image]][downloads-url] [![LICENSE][license-img]][license-url] [![lerna][lerna-img]][lerna-url] ![GitHub contributors][contributors] [npm-image]: https://img.shields.io/npm/v/@ibyar/platform.svg?logo=npm&logoColor=fff&label=NPM+package&color=limegreen [npm-url]: https://npmjs.org/package/@ibyar/platform [downloads-image]: https://img.shields.io/npm/dt/@ibyar/platform [downloads-url]: https://npmjs.org/package/@ibyar/platform [license-img]: https://img.shields.io/github/license/ibyar/aurora [license-url]: https://github.com/ibyar/aurora/blob/master/LICENSE [lerna-img]: https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg [lerna-url]: https://lerna.js.org/ [contributors]: https://img.shields.io/github/contributors/ibyar/aurora Ibyar Platform, A utility package for Aurora. - this package has no dependance, can work on both (Node.js) and any Web Browsers, that support modules and class syntax ## `Install` ``` bash npm i --save @ibyar/platform ``` ``` bash yarn add @ibyar/platform ``` ## Example ```ts import { diff } from '@ibyar/platform'; ```