Home Manual Reference Source

Usage

:warning: Depending on your environment, the code may require regeneratorRuntime to be defined, for instance by importing regenerator-runtime/runtime.

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

Then

const { ... } = await import( '@randomized/random' ) ;
// or
import { ... } from '@randomized/random' ;