UNPKG

@httpc/kit

Version:

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

6 lines (5 loc) 98 B
export class InMemoryCache extends Map { constructor(options) { super(); } }