UNPKG

@n1k1t/mock-server

Version:

Powerful util to setup mocks over HTTP APIs

9 lines 342 B
import { MetaContext, TMetaContext } from './model'; import { TFunction } from '../../types'; export declare class MetaStorage { private storage; provide(): MetaContext; generate(payload?: TMetaContext): MetaContext; wrap<T>(payload: TMetaContext | undefined, handler: TFunction<T>): T; } //# sourceMappingURL=storage.d.ts.map