mirror of
https://github.com/bspeice/speice.io
synced 2025-09-17 12:00:44 -04:00
12 lines
237 B
TypeScript
12 lines
237 B
TypeScript
import randomBiUnit from './biunit';
|
|
import plot from './plot';
|
|
import randomInteger from './randint';
|
|
import Canvas from "../src/Canvas";
|
|
|
|
const Scope = {
|
|
plot,
|
|
randomBiUnit,
|
|
randomInteger,
|
|
Canvas
|
|
}
|
|
export default Scope; |