@pengzhanbo/utils - v3.5.0
    Preparing search index...

    Type Alias MemoizedFn<T>

    MemoizedFn: T & { clear: () => void }

    Memoized function

    记忆化后的函数

    Type Parameters

    • T extends Fn

    Type Declaration

    • clear: () => void

      Clear the memoization cache for this function. 清除该函数的记忆化缓存