UNPKG

@harnessio/ff-javascript-client-sdk

Version:

Basic library for integrating CF into javascript applications.

3 lines (2 loc) 139 B
import type { APIRequestMiddleware } from './types'; export declare function addMiddlewareToFetch(fn: APIRequestMiddleware): typeof fetch;