UNPKG

@judgeq/simple-sandbox

Version:

A simple sandbox for Node.js using Linux namespaces and cgroup.

8 lines (5 loc) 269 B
import bindings from "bindings"; // The name of this binding needs to correspond to the project name in `CMakeLists.txt` // eslint-disable-next-line @typescript-eslint/no-explicit-any const sandboxAddon: any = bindings("simple-sandbox"); export default sandboxAddon;