loadLib

Load the native library from an explicit path and cache it

Load the native library from an explicit path and cache it

View source ↗

function loadLib(libPath: string | URL): DynamicLibrary;

Parameters

Prop

Type

Returns

DynamicLibrary

On this page