Codebase list pegjs / d5b6a6ef-2505-4a90-91a0-fe9424ae0870/main spec / helpers.js
d5b6a6ef-2505-4a90-91a0-fe9424ae0870/main

Tree @d5b6a6ef-2505-4a90-91a0-fe9424ae0870/main (Download .tar.gz)

helpers.js @d5b6a6ef-2505-4a90-91a0-fe9424ae0870/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));