@funded-labs/plug-controller
Version:
Internet Computer Plug wallet's controller
6 lines (5 loc) • 309 B
TypeScript
export declare const wrappedFetch: (fetch?: typeof fetch) => (input: RequestInfo, init?: RequestInit | undefined) => Promise<Response>;
declare const _default: {
wrappedFetch: (fetch?: typeof fetch) => (input: RequestInfo, init?: RequestInit | undefined) => Promise<Response>;
};
export default _default;