UNPKG

@stuntman/server

Version:

Stuntman - HTTP proxy / mock server with API

4 lines 277 B
import type * as Stuntman from '@stuntman/shared'; export declare const validateSerializedRuleProperties: (rule: Stuntman.SerializedRule) => void; export declare const validateDeserializedRule: (deserializedRule: Stuntman.Rule) => void; //# sourceMappingURL=validators.d.ts.map