node-sysconf
TypeScript icon, indicating that this package has built-in type declarations

3.0.3 • Public • Published

sysconf For Node.js

CI

Get configurable system variables.

You need to set up the Rust development environment: rustup

Usage

You can use sysconf function to get the value of system variables.

import { sysconf, _SC_PAGE_SIZE } from "node-sysconf";

const result = sysconf(_SC_PAGE_SIZE); // 4096

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i node-sysconf

Weekly Downloads

5

Version

3.0.3

License

MIT

Unpacked Size

8.63 kB

Total Files

9

Last publish

Collaborators

  • magiclen