tapbundle/ts/tapbundle.tapcreator.ts
2018-06-28 23:34:41 +02:00

8 lines
131 B
TypeScript

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