UNPKG

node-ff

Version:
13 lines 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.App = void 0; class App { constructor(initialize) { this.initialize = initialize; } getStarted() { this.initialize.init(); } } exports.App = App; //# sourceMappingURL=app.js.map