UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 241 B
/** * Always fails by throwing an object that was given (typically an Error instance) * @param {*} e value to be thrown */ export function failingTask(e: any): Task; import Task from "../Task.js"; //# sourceMappingURL=failingTask.d.ts.map