p3x-redis-ui-material
Version:
💿 The p3x-redis-ui-material web interface that connects to the p3x-redis-ui-server via http and socket.io
14 lines (11 loc) • 497 B
JavaScript
ace.define("ace/snippets/fsl",["require","exports","module"], function(require, exports, module) {
;
exports.snippetText =undefined;
exports.scope = "";
}); (function() {
ace.require(["ace/snippets/fsl"], function(m) {
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
}
});
})();