tapbundle/ts/tapbundle.tapcreator.ts
2017-07-06 00:06:18 +02:00

7 lines
128 B
TypeScript

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