UNPKG

@exodus/networking-spec

Version:

Platform-agnostic test suites for networking related features

3 lines (2 loc) 160 B
import type { FormDataLike } from '@exodus/networking-common/form'; export declare function testsuite(getInstance: () => FormDataLike<unknown, unknown>): void;