Files
aaPanel/BTPanel/static/ace/snippets/powershell.js
T
2019-09-07 16:25:23 +08:00

8 lines
477 B
JavaScript

define("ace/snippets/powershell",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="powershell"}); (function() {
window.require(["ace/snippets/powershell"], function(m) {
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
}
});
})();