tapbundle/ts/tapbundle.tapcreator.ts
2022-03-14 11:22:17 +01:00

8 lines
134 B
TypeScript

import * as plugins from './tapbundle.plugins.js';
export class TapCreator {
// TODO:
}
export let tapCreator = new TapCreator();