3 lines
126 B
TypeScript
3 lines
126 B
TypeScript
|
|
import { FunctionExt } from '../function';
|
||
|
|
export declare function call(list: any[], args?: any[]): FunctionExt.AsyncBoolean;
|