[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
Memize options object.
File Size: | 377 lines (10 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
memize(fn, options) X-Ref |
Accepts a function to be memoized, and returns a new memoized function, with optional options. return: {((...args: Parameters<F>) => ReturnType<F>) & MemizeMemoizedFunction} Memoized function. param: {F} fn Function to memoize. param: {MemizeOptions} [options] Options object. |
memoized() X-Ref |
No description |
next(tag, text, index = 0) X-Ref |
No description |
replace(tag, text, callback) X-Ref |
No description |
string(options) X-Ref |
No description |
regexp(tag) X-Ref |
No description |
fromMatch(match) X-Ref |
No description |
Generated : Thu Oct 23 08:20:05 2025 | Cross-referenced by PHPXref |