UNPKG

@exodus/networking-spec

Version:

Platform-agnostic test suites for networking related features

3 lines (2 loc) 174 B
import type { CookieJar } from '@exodus/networking-common/cookie/types'; export declare function testsuite(getInstance: () => CookieJar, unrestrictedAccess?: boolean): void;