https://github.com/chfoidl/browser-utils
Utility library written in TypeScript to help working with non standard browser implementations
https://github.com/chfoidl/browser-utils
browser typescript typescript-library utility-library
Last synced: 8 months ago
JSON representation
Utility library written in TypeScript to help working with non standard browser implementations
- Host: GitHub
- URL: https://github.com/chfoidl/browser-utils
- Owner: chfoidl
- License: mit
- Created: 2018-08-27T17:21:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T18:16:19.000Z (about 6 years ago)
- Last Synced: 2025-02-11T16:03:12.973Z (over 1 year ago)
- Topics: browser, typescript, typescript-library, utility-library
- Language: TypeScript
- Homepage:
- Size: 280 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Browser Utils
[](https://travis-ci.com/Sethorax/browser-utils)
[](https://coveralls.io/github/Sethorax/browser-utils?branch=master)
[](https://greenkeeper.io/)
[](https://www.npmjs.com/package/@sethorax/browser-utils)
[](https://www.npmjs.com/package/@sethorax/browser-utils)
[](https://www.typescriptlang.org/)
[](https://github.com/prettier/prettier)
[](https://github.com/semantic-release/semantic-release)
[](LICENSE.md)
This utility library provides several functions to make working with non standard browser implementations a more pleasant experience.
## Usage
Browser Utils is available through [NPM](http://npmjs.com) as the [`@sethorax/browser-utils`](https://www.npmjs.com/package/@sethorax/browser-utils) package:
```sh
npm install @sethorax/browser-utils
```
Or via [yarn](https://yarnpkg.com):
```sh
yarn add @sethorax/browser-utils
```