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
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}]