1 line
66 B
TypeScript
1 line
66 B
TypeScript
export const cache = new WeakMap<Request, Map<string, number>>();
|
export const cache = new WeakMap<Request, Map<string, number>>();
|