import { plot } from './plot'; import { randomBiUnit } from '../src/randomBiUnit'; import { randomInteger } from '../src/randomInteger'; import Canvas from "../src/Canvas"; const Scope = { plot, randomBiUnit, randomInteger, Canvas } export default Scope;