UNPKG

graphql-mocks

Version:
6 lines (5 loc) 241 B
import { NamedWrapper } from '../resolver/types'; declare type LatencyInMs = number; declare type Latency = LatencyInMs | [LatencyInMs, LatencyInMs]; export declare function latencyWrapper(latency?: Latency): NamedWrapper<'ANY'>; export {};