UNPKG

shadow-function

Version:

ioing lib - shadow Function, worker Function

11 lines (10 loc) 242 B
declare type options = { url: string; data: object; callbackKey: string; callbackName: string; timeout: number; reportUrl: string; }; declare const jsonp: (options: options) => Promise<{}>; export { jsonp };