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