pub const NODE_BUILTINS: &[&str];
Expand description

List of built in packages for latest stable node with LTS (node@16).

Run node -p "require('module').builtinModules"