Interface: DlopenResult<T>
Type Parameters
T
T extends Record<string, DlopenSymbol>
Properties
symbols
symbols: { [K in string | number | symbol]: (args: any[]) => any }
Object containing callable functions for each declared symbol.
Methods
close()
close():
void
Close the shared library handle.
Returns
void