UNPKG

@imbricate/core

Version:

Imbricate Core, Notebook for Engineers

19 lines (18 loc) 559 B
"use strict"; /** * @author WMXPY * @namespace Static * @description Base Class */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ImbricateStaticFullFeatureBase = void 0; const feature_1 = require("../feature"); class ImbricateStaticFullFeatureBase { constructor() { this.supportedFeatures = [ feature_1.IMBRICATE_STATIC_FEATURE.STATIC_GET_AUTHOR, feature_1.IMBRICATE_STATIC_FEATURE.STATIC_GET_CONTENT, ]; } } exports.ImbricateStaticFullFeatureBase = ImbricateStaticFullFeatureBase;