UNPKG

@webfaas/webfaas-core

Version:

WebFaaS Framework - Core

14 lines 536 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ModuleCompileManifestData = void 0; const path = require("path"); class ModuleCompileManifestData { constructor(name, version, mainFileFullPath) { this.name = name; this.version = version; this.mainFileFullPath = mainFileFullPath; this.mainFileDirName = path.dirname(this.mainFileFullPath); } } exports.ModuleCompileManifestData = ModuleCompileManifestData; //# sourceMappingURL=ModuleCompileManifestData.js.map