Preparing search index...
The search index is not available
haystack-core
haystack-core
memoize
Function memoize
memoize
()
:
(
target
:
any
,
context
:
string
|
ClassMemberDecoratorContext
,
descriptor
?:
PropertyDescriptor
,
)
=>
void
A property accessor decorator used for memoization of getters and methods.
Returns
(
target
:
any
,
context
:
string
|
ClassMemberDecoratorContext
,
descriptor
?:
PropertyDescriptor
,
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
haystack-core
Loading...
A property accessor decorator used for memoization of getters and methods.