@imbricate/core
Version:
Imbricate Core, Notebook for Engineers
18 lines (17 loc) • 900 B
JavaScript
;
/**
* @author WMXPY
* @namespace Static
* @description Outcome
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.rebuildImbricateStaticGetContentSymbol = exports.ImbricateStaticGetContentOutcomeSymbolList = exports.S_Static_GetContent_Unknown = exports.S_Static_GetContent_NotFound = void 0;
const rebuild_symbol_1 = require("../util/rebuild-symbol");
// Get Content
exports.S_Static_GetContent_NotFound = Symbol("Static_GetContent_NotFound");
exports.S_Static_GetContent_Unknown = Symbol("Static_GetContent_Unknown");
exports.ImbricateStaticGetContentOutcomeSymbolList = [
exports.S_Static_GetContent_NotFound,
exports.S_Static_GetContent_Unknown,
];
exports.rebuildImbricateStaticGetContentSymbol = (0, rebuild_symbol_1.createRebuildImbricateSymbolFunction)(exports.ImbricateStaticGetContentOutcomeSymbolList, exports.S_Static_GetContent_Unknown);