mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
Fix 'TypeScript' capitalization and add missing semicolon
This commit is contained in:
parent
4ec19a2462
commit
fed702a148
@ -20,12 +20,12 @@ The upcoming 2.0 version has drastically changed API. All available methods can
|
||||
|
||||
# Use cases
|
||||
|
||||
First of all, require the library. This is a UMD Module, so it will work for AMD, Typescript and CommonJS module systems.
|
||||
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
|
||||
|
||||
import * as Bowser from "bowser" // Typescript
|
||||
import * as Bowser from "bowser"; // TypeScript
|
||||
```
|
||||
|
||||
By default, the exported version is the *ES5 transpiled version*, which **do not** include any polyfills.
|
||||
|
Loading…
Reference in New Issue
Block a user