7 lines
118 B
TypeScript
7 lines
118 B
TypeScript
|
import * as plugins from './tapbundle.plugins'
|
||
|
|
||
|
export class TapCreator {
|
||
|
|
||
|
}
|
||
|
|
||
|
export let tapCreator = new TapCreator()
|