The code needs a ES2015+ polyfill to work, for example babel-polyfill.
require( 'babel-polyfill' ) ;
// or
import 'babel-polyfill' ;
Then
const number = require( 'aureooms-js-bisect' ) ;
// or
import number from 'aureooms-js-bisect' ;
The code needs a ES2015+ polyfill to work, for example babel-polyfill.
require( 'babel-polyfill' ) ;
// or
import 'babel-polyfill' ;
Then
const number = require( 'aureooms-js-bisect' ) ;
// or
import number from 'aureooms-js-bisect' ;