Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 352 Bytes

usage.md

File metadata and controls

16 lines (14 loc) · 352 Bytes

Usage

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

require( 'regenerator-runtime/runtime' ) ;
// or
import 'regenerator-runtime/runtime' ;

Then

const mapping = require( '@aureooms/js-mapping' ) ;
// or
import mapping from '@aureooms/js-mapping' ;