callback.d.ts 81 B

1
  1. export declare function getCallbackValue<T = any>(value: any, params: any[]): T;