UNPKG

@qualweb/util

Version:
4 lines 332 B
declare function Cache(methodName: string): (_target: unknown, _propertyKey: string, descriptor: PropertyDescriptor) => void; declare function FullMethodCache(methodName: string): (_target: unknown, _propertyKey: string, descriptor: PropertyDescriptor) => void; export { Cache, FullMethodCache }; //# sourceMappingURL=cache.d.ts.map