UNPKG

@stuntman/server

Version:

Stuntman - HTTP proxy / mock server with API

5 lines 357 B
import { LRUCache } from 'lru-cache'; import type * as Stuntman from '@stuntman/shared'; export declare const getTrafficStore: (key: string, options?: Stuntman.StorageConfig) => LRUCache<string, Stuntman.LogEntry, unknown>; export declare const getDnsResolutionCache: (key: string) => LRUCache<string, string, unknown>; //# sourceMappingURL=storage.d.ts.map