Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 378 Bytes

usage.md

File metadata and controls

16 lines (14 loc) · 378 Bytes

Usage

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

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

Then

const codecbase64 = require( '@aureooms/js-codec-base64' ) ;
// or
import * as codecbase64 from '@aureooms/js-codec-base64' ;