@kaynooo/utils
Preparing search index...
decorators/memoize
Memoize
Function Memoize
Memoize
(
options
?:
{
clearOn
?:
string
[]
;
ttl
?:
number
}
,
)
:
(
target
:
any
,
propertyKey
:
string
,
descriptor
?:
PropertyDescriptor
,
)
=>
PropertyDescriptor
Parameters
Optional
options
:
{
clearOn
?:
string
[]
;
ttl
?:
number
}
Returns
(
target
:
any
,
propertyKey
:
string
,
descriptor
?:
PropertyDescriptor
,
)
=>
PropertyDescriptor
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@kaynooo/utils
Loading...