JS header for https://github.com/cactoes/reflection
PS> npm install reflection_ui
[!] Important, this library does not take care of the windows message loop
you will have to do that yourself, see example
Make sure before calling any other reflection function that init_reflection() has been called
import * as reflection from "reflection_ui";
// or const reflection = require("reflection_ui");
// initialize the dll & load the library
reflection.init_reflection();
Sets up the dll environment
function init_reflection(lib_path: string): void;
lib_path
Type: string
This argument is optional and only needs to be set if you have a custom build of reflection