UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 256 B
/** * Does nothing, useful when a task is required but no work is needed * @param {string} [name="no-operation"] * @returns {Task} */ export function emptyTask(name?: string): Task; import Task from "../Task.js"; //# sourceMappingURL=emptyTask.d.ts.map