@platform/cell.typesystem
Version:
The 'strongly typed sheets' system of the CellOS.
12 lines (11 loc) • 391 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var t = require("./types");
exports.t = t;
var constants = require("./constants");
exports.constants = constants;
tslib_1.__exportStar(require("./libs"), exports);
exports.ERROR = constants.ERROR;
var ErrorList_1 = require("./ErrorList");
exports.ErrorList = ErrorList_1.ErrorList;