JSPM

  • Created
  • Published
  • Downloads 119
  • Score
    100M100P100Q84668F
  • License BSD 3-Clause License

description

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

Typescript first BSD-3-Clause License badge NPM package badge Test and Build status badge

Description

Coverage

Statements Branches Functions Lines
Statements Branches Functions Lines

Table of Content:

  1. Usage
    1. Install npm package
    2. Import to your codebase
  2. API
    1. Properties
    2. Methods

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