tapbundle/ts/tapbundle.tapcreator.ts

7 lines
118 B
TypeScript

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