UNPKG

jcms

Version:

un cms utilisant node.js et mongoDB

17 lines (10 loc) 171 B
(function () { "use strict"; function App() { } App.prototype.init = function () { }; App.prototype.chargerModule = function (nom) { require(nom); }; }());