mirror of
https://github.com/bspeice/speice.io
synced 2024-12-23 00:58:09 -05:00
12 lines
259 B
TypeScript
12 lines
259 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; |