UNPKG

@stuntman/server

Version:

Stuntman - HTTP proxy / mock server with API

5 lines 330 B
import type * as Stuntman from '@stuntman/shared'; export declare const deserializeRule: (serializedRule: Stuntman.SerializedRule) => Stuntman.Rule; export declare const escapedSerialize: (obj: any) => string; export declare const liveRuleToRule: (liveRule: Stuntman.LiveRule) => Stuntman.Rule; //# sourceMappingURL=utils.d.ts.map