UNPKG

redoc

Version:
2 lines (1 loc) 131 B
export declare function memoize<T>(target: any, name: string, descriptor: TypedPropertyDescriptor<T>): TypedPropertyDescriptor<T>;