tapbundle/ts/tapbundle.tapcreator.ts

8 lines
131 B
TypeScript
Raw Normal View History

import * as plugins from './tapbundle.plugins';
2017-04-23 12:35:16 +00:00
export class TapCreator {
2017-07-05 22:06:18 +00:00
// TODO:
2017-04-23 12:35:16 +00:00
}
export let tapCreator = new TapCreator();