Methods
(static) memoize(fn) → {function}
Creates a simple memoization function, supported by a map
Parameters:
Name | Type | Description |
---|---|---|
fn |
function |
- Source:
Returns:
- Type
- function
Creates a simple memoization function, supported by a map
Name | Type | Description |
---|---|---|
fn |
function |