UNPKG

@platform/cell.typesystem

Version:

The 'strongly typed sheets' system of the CellOS.

13 lines (12 loc) 548 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ErrorList = exports.ERROR = exports.constants = exports.t = void 0; var tslib_1 = require("tslib"); var t = require("./types"); exports.t = t; var constants = require("./constants"); exports.constants = constants; (0, tslib_1.__exportStar)(require("./libs"), exports); exports.ERROR = constants.ERROR; var ErrorList_1 = require("./ErrorList"); Object.defineProperty(exports, "ErrorList", { enumerable: true, get: function () { return ErrorList_1.ErrorList; } });