Home > @opennd/lib > runFns
runFns() function
执行多个同步函数
Signature:
typescript
export declare function runFns(fns?: any[], args?: any[]): void;Parameters
Parameter | Type | Description |
|---|---|---|
fns | any[] | (Optional) |
args | any[] | (Optional) |
void