solidity-docgen
Version:
Solidity API documentation automatic generator.
5 lines • 299 B
TypeScript
export declare function memoize<T>(target: Object, propertyKey: string | symbol, descriptor: TypedPropertyDescriptor<T>): TypedPropertyDescriptor<T>;
declare type Fn = (...args: any[]) => any;
export declare function memoized<F extends Fn>(fn: F): F;
export {};
//# sourceMappingURL=memoize.d.ts.map