UNPKG

yasgui

Version:

Yet Another SPARQL GUI

5 lines (4 loc) 232 B
//this is the entry-point for browserify. //the current browserify version does not support require-ing js files which are used as entry-point //this way, we can still require our main.js file module.exports = require("./main.js");