#nodejs #module #node #js #latest #built-in #version

builtin_modules

A static list of the Node.js builtin modules from the latest Node.js version in rust

2 unstable releases

0.2.0 Oct 11, 2024
0.1.0 Oct 9, 2024

#1 in #builtin

Download history 298/week @ 2024-10-07 60/week @ 2024-10-14 11/week @ 2024-10-21 34/week @ 2024-11-04

124 downloads per month
Used in 2 crates (via validate_npm_package_name)

MIT license

6KB
80 lines

builtin_modules

A static list of the Node.js builtin modules from the latest Node.js version in rust.

Install

cargo add builtin_modules

Usage

use builtin_modules::BUILTIN_MODULES;

assert!(BUILTIN_MODULES.contains("path"));

No runtime deps