tree-sitter/lib/binding_web/prefix.js

10 lines
253 B
JavaScript
Raw Normal View History

2019-04-23 14:29:46 -07:00
(function (root, factory) {
if (typeof define === 'function' && define.amd) {
define([], factory);
} else if (typeof exports === 'object') {
module.exports = factory();
} else {
window.TreeSitter = factory();
}
}(this, function () {