Type alias FunctionArgumentsCache

FunctionArgumentsCache: Record<string, {
    cache?: FunctionArgumentsCache;
    func?: any;
}>

Type declaration