@imbricate/core
Version:
Imbricate Core, Notebook for Engineers
20 lines (19 loc) • 716 B
JavaScript
;
/**
* @author WMXPY
* @namespace StaticManager
* @description Full Feature
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.ImbricateStaticManagerFullFeatureBase = void 0;
const feature_1 = require("../feature");
class ImbricateStaticManagerFullFeatureBase {
constructor() {
this.supportedFeatures = [
feature_1.IMBRICATE_STATIC_MANAGER_FEATURE.STATIC_MANAGER_GET_STATIC,
feature_1.IMBRICATE_STATIC_MANAGER_FEATURE.STATIC_MANAGER_CREATE_STATIC,
feature_1.IMBRICATE_STATIC_MANAGER_FEATURE.STATIC_MANAGER_GET_STATIC_URI,
];
}
}
exports.ImbricateStaticManagerFullFeatureBase = ImbricateStaticManagerFullFeatureBase;