fix(core): update

This commit is contained in:
2022-03-14 11:22:17 +01:00
parent 6690238251
commit da711c119f
13 changed files with 3868 additions and 12324 deletions

View File

@@ -1,5 +1,5 @@
import * as plugins from './tapbundle.plugins';
import { TapTest } from './tapbundle.classes.taptest';
import * as plugins from './tapbundle.plugins.js';
import { TapTest } from './tapbundle.classes.taptest.js';
export interface IPromiseFunc {
(): Promise<any>;