UNPKG

tween24

Version:

Tween24.js is animation library that enables fast coding using method chains.

9 lines (8 loc) 217 B
export declare class FunctionExecuter { private _func; private _args; private _scope; constructor(scope: any, func: Function, args: any[] | null); execute(): void; clone(): FunctionExecuter; }