executeCallback.d.ts 86 B

1
  1. export declare function executeCallback(promise: Promise<any>, callback?: any): void;