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