3 lines
128 B
TypeScript
3 lines
128 B
TypeScript
/** 如果是个方法执行一下它 */
|
|
export declare function runFunction<T extends any[]>(valueEnum: any, ...rest: T): any;
|