pegjs/spec/helpers.js

10 lines
149 B
JavaScript
Raw Normal View History

/* global require */
"use strict";
2015-06-08 20:59:10 +02:00
(function(root) {
if (typeof module !== 'undefined') {
root.peg = require("../lib/peg.js");
2015-06-08 20:59:10 +02:00
}
}(this));