## JavaScript API In Node.js, require the PEG.js module: ```js // ES2015+ Module System import peg from "pegjs"; // CommonJS var peg = require("pegjs"); ``` In browsers, include the PEG.js library in your web page or application using the `