Expand description
Wrapper around the Node.js require function for loading native modules.
Functionsยง
- require
- Loads a Node.js module via
require, returningJsValue::UNDEFINEDwhen running in a web (browser) environment whererequireis unavailable. - require_
impl - Binding to the Node.js
requirefunction for loading a module by name.