3.0.3 • Published 8 months ago

node-sysconf v3.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
8 months ago

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

3.0.3

8 months ago

3.0.2

8 months ago

3.0.1

1 year ago

3.0.0

1 year ago

2.0.3

2 years ago

2.0.4

2 years ago

2.0.2

3 years ago

1.0.5

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.4

6 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago