Package Exports
- @wezom/browserizr
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@wezom/browserizr) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
browserizr
Description
Coverage
Statements | Branches | Functions | Lines |
---|---|---|---|
Table of Content:
Usage
Install npm package
npm i @wezom/browserizr
Import to your codebase
By default, we distribute our lib as is - original TypeScript files, without transpiling to ES5 or ES6.
// Import original ts code
// but requires to be not exclude in `node_modules`.
// Check your `tsconfig.json`
import browserizr from '@wezom/browserizr';
You can import compiled files from special folders.
// ES6: const, let, spread, rest and other modern JavaScript features
// but requires to be not exclude in `node_modules`.
// Check your `babebl-loader` (if your use webpack as bandler)
import browserizr from '@wezom/browserizr/dist/es-6';
// or ES5: no ES6 features but ready for use as is, without transpiling
import browserizr from '@wezom/browserizr/dist/es-5';
API
Properties
describe
Methods
describe