@imbricate/core
Version:
Imbricate Core, Notebook for Engineers
18 lines (17 loc) • 870 B
JavaScript
;
/**
* @author WMXPY
* @namespace Text
* @description Outcome
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.rebuildImbricateTextGetContentSymbol = exports.ImbricateTextGetContentOutcomeSymbolList = exports.S_Text_GetContent_Unknown = exports.S_Text_GetContent_NotFound = void 0;
const rebuild_symbol_1 = require("../util/rebuild-symbol");
// Get Content
exports.S_Text_GetContent_NotFound = Symbol("Text_GetContent_NotFound");
exports.S_Text_GetContent_Unknown = Symbol("Text_GetContent_Unknown");
exports.ImbricateTextGetContentOutcomeSymbolList = [
exports.S_Text_GetContent_NotFound,
exports.S_Text_GetContent_Unknown,
];
exports.rebuildImbricateTextGetContentSymbol = (0, rebuild_symbol_1.createRebuildImbricateSymbolFunction)(exports.ImbricateTextGetContentOutcomeSymbolList, exports.S_Text_GetContent_Unknown);