mirror of
https://github.com/bspeice/speice.io
synced 2024-12-22 16:48:10 -05:00
12 lines
267 B
TypeScript
12 lines
267 B
TypeScript
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; |