fix(core): update

This commit is contained in:
2023-08-02 00:07:21 +02:00
parent 493cd83dda
commit b5981d67cf
7 changed files with 1309 additions and 1055 deletions

View File

@@ -1,6 +1,6 @@
import * as plugins from './taskbuffer.plugins.js';
import { Task, ITaskFunction } from './taskbuffer.classes.task.js';
import { Task, type ITaskFunction } from './taskbuffer.classes.task.js';
/**
* TaskOnce is run exactly once, no matter how often it is triggered