UNPKG

@platform/cell.typesystem

Version:

The 'strongly typed sheets' system of the CellOS.

8 lines (7 loc) 381 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ERROR = void 0; var tslib_1 = require("tslib"); var constants_1 = require("@platform/cell.schema/lib/common/constants"); Object.defineProperty(exports, "ERROR", { enumerable: true, get: function () { return constants_1.ERROR; } }); (0, tslib_1.__exportStar)(require("./constants.pkg"), exports);