createCachedFunction
Summary
Create a simple cache that wraps a functionSignature
Parameters
fn
Type:T
options
Type:TypeAnalysisCacheOptions
Optional: Yes
Returns
Type:T
Create a simple cache that wraps a functionDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create a simple cache that wraps a function
static createCachedFunction<T extends (...args: any[]) => TypeAnalysis>(fn: T, options?: TypeAnalysisCacheOptions): T;
T
TypeAnalysisCacheOptions
Optional: Yes
T
Create a simple cache that wraps a functionWas this page helpful?
