Codebase list pegjs / e7c48d7f-7cdb-4d91-a4b6-6077421af09b/main spec / helpers.js
e7c48d7f-7cdb-4d91-a4b6-6077421af09b/main

Tree @e7c48d7f-7cdb-4d91-a4b6-6077421af09b/main (Download .tar.gz)

helpers.js @e7c48d7f-7cdb-4d91-a4b6-6077421af09b/mainraw · history · blame

1
2
3
4
5
6
7
8
9
/* global require */

"use strict";

(function(root) {
  if (typeof module !== 'undefined') {
    root.peg = require("../lib/peg.js");
  }
}(this));