JSPM

  • Created
  • Published
  • Downloads 203
  • Score
    100M100P100Q87399F
  • License MIT

Standard library

Package Exports

  • @koober/std/lib/data
  • @koober/std/lib/result

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

Readme

Plop Documentation plugin (@koober/std)

NPM Version License

Standard library

Installation

npm install --save-dev @koober/std

Usage

import { Iterator } from '@koober/std/lib/iterator';

// Example of data to log

Iterator.map(['foo'].entries(), (_) => _.length);

License

MIT © Julien Polo julien.polo@koober.com