Loads a module from the given path.
This function has more "smarts" than the constructor, and will transform the incoming path to find the library in question.
This includes things like looking up macOS bundles, and the like.
Path to; or name of the module to load.
A new module, or null if the module failed to load.
See Implementation
Loads a module from the given path.
This function has more "smarts" than the constructor, and will transform the incoming path to find the library in question.
This includes things like looking up macOS bundles, and the like.