JSPM

ml-zones

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 129
  • Score
    100M100P100Q90987F
  • License MIT

Deal with zones

Package Exports

  • ml-zones

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 (ml-zones) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

ml-zones

NPM version build status npm download

Deal with zones.

Installation

$ npm i ml-zones

Usage

import Zones from 'ml-zones';

let result = Zones.normalize([
  { from: 0, to: 2 },
  { from: 1, to: 5 },
]);

// result = [{from:0, to:5}]

API Documentation

License

MIT