browser-utils

0.0.3 • Public • Published

browser-utils

A browser utilities package

Installation

npm install browser-utils

Usage

import BrowserUtils from 'browser-utils';
...
...
...
 
if (BrowserUtils.isBrowser())
{
      BrowserUtils.getWindow().addEventListener('scroll', this._onScroll);
}

Readme

Keywords

Package Sidebar

Install

npm i browser-utils

Weekly Downloads

3

Version

0.0.3

License

MIT

Last publish

Collaborators

  • toubou