ミラー元
https://github.com/bspeice/speice.io
前回の同期 2025-07-11 18:54:56 -04:00
12 行
237 B
TypeScript
12 行
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; |