Home Manual Reference Source

Usage

The code needs a ES2015+ polyfill to work, for example regenerator-runtime/runtime.

await import( 'regenerator-runtime/runtime.js' ) ;
// or
import 'regenerator-runtime/runtime.js' ;

Then

const number = await import( '@data-structure/heapq' ) ;
// or
import number from '@data-structure/heapq' ;