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