1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

Updated Readme upon the changes to typings

This commit is contained in:
Alexander Cerutti 2019-01-15 09:43:08 +01:00 committed by GitHub
parent 93e1ff52aa
commit 35814130fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,9 +23,9 @@ The upcoming 2.0 version has drastically changed API. All available methods can
First of all, require the library. This is a UMD Module, so it will work for AMD, Typescript and CommonJS module systems.
```javascript
const Bowser = require('bowser'); // CommonJS
const Bowser = require("bowser"); // CommonJS
import Bowser = require('bowser'); // Typescript
import * as Bowser from "bowser" // Typescript
```
By default, the exported version is the *ES5 transpiled version*, which **do not** include any polyfills.