UNPKG

shadow-function

Version:

ioing lib - shadow Function, worker Function

9 lines (8 loc) 247 B
declare type options = { receiver?: string; timeout?: number; reportUrl?: string; dataType?: 'module' | 'json'; }; declare const getShadowModule: (url: string, options?: options) => Promise<{}>; export { getShadowModule };