UNPKG

@httpc/kit

Version:

httpc toolbox for building function-based API with minimal code and end-to-end type safety

10 lines (9 loc) 243 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InMemoryCache = void 0; class InMemoryCache extends Map { constructor(options) { super(); } } exports.InMemoryCache = InMemoryCache;