UNPKG

@foxpage/foxpage-manager

Version:

foxpage resource manager

18 lines (17 loc) 440 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LibraryInstance = void 0; const foxpage_shared_1 = require("@foxpage/foxpage-shared"); /** * library instance * * @export * @class PrePackage */ class LibraryInstance extends foxpage_shared_1.PrePackageInstance { constructor(data, opt) { super(data, opt); this.type = 'library'; } } exports.LibraryInstance = LibraryInstance;