index.d.ts 80 Bytes Edit Raw Blame History Permalink 1 export default function memoize<V>(fn: (arg: string) => V): (arg: string) => V;