tapbundle/ts/tapbundle.tapcreator.ts

7 lines
118 B
TypeScript
Raw Normal View History

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