Home Manual Reference Source

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 rational = require( '@aureooms/js-rational' ) ;
// or
import * as rational from '@aureooms/js-rational' ;