UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

2 lines (1 loc) 103 B
export declare const createMemoized: () => <K, V>(cacheName: string, name: K, getValue: () => V) => V;