get
Summary
Retrieve a library registered under a custom symbol.Signature
Parameters
sym
Type:symbol
The symbol the library was registered with.
Returns
Type:T
Retrieve a library registered under a custom symbol.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve a library registered under a custom symbol.
get<T extends ILibrary = ILibrary>(sym: symbol): T;
symbol
The symbol the library was registered with.
T
Retrieve a library registered under a custom symbol.