Home Manual Reference Source Test

Usage

:warning: The code needs a ES2015+ polyfill to run (regeneratorRuntime), for instance @babel/polyfill.

First, require the polyfill at the entry point of your application

require( '@babel/polyfill' ) ;
// or
import '@babel/polyfill' ;

Then, import the library where needed

const list_spec = require( '@aureooms/js-list-spec' ) ;
// or
import * as list_spec from '@aureooms/js-list-spec' ;