@platform/cell.typesystem
Version:
The 'strongly typed sheets' system of the CellOS.
21 lines (20 loc) • 1.95 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaultValue = exports.deleteUndefined = exports.rx = exports.value = exports.CellRange = exports.coord = exports.RefLinks = exports.Squash = exports.Uri = exports.Schema = exports.MemoryCache = exports.R = void 0;
var ramda_1 = require("ramda");
exports.R = { prop: ramda_1.prop, uniq: ramda_1.uniq, sortBy: ramda_1.sortBy, equals: ramda_1.equals, groupBy: ramda_1.groupBy };
var cache_1 = require("@platform/cache");
Object.defineProperty(exports, "MemoryCache", { enumerable: true, get: function () { return cache_1.MemoryCache; } });
var cell_schema_1 = require("@platform/cell.schema");
Object.defineProperty(exports, "Schema", { enumerable: true, get: function () { return cell_schema_1.Schema; } });
Object.defineProperty(exports, "Uri", { enumerable: true, get: function () { return cell_schema_1.Uri; } });
Object.defineProperty(exports, "Squash", { enumerable: true, get: function () { return cell_schema_1.Squash; } });
Object.defineProperty(exports, "RefLinks", { enumerable: true, get: function () { return cell_schema_1.RefLinks; } });
var cell_coord_1 = require("@platform/cell.coord");
Object.defineProperty(exports, "coord", { enumerable: true, get: function () { return cell_coord_1.coord; } });
Object.defineProperty(exports, "CellRange", { enumerable: true, get: function () { return cell_coord_1.CellRange; } });
var util_value_1 = require("@platform/util.value");
Object.defineProperty(exports, "value", { enumerable: true, get: function () { return util_value_1.value; } });
Object.defineProperty(exports, "rx", { enumerable: true, get: function () { return util_value_1.rx; } });
Object.defineProperty(exports, "deleteUndefined", { enumerable: true, get: function () { return util_value_1.deleteUndefined; } });
Object.defineProperty(exports, "defaultValue", { enumerable: true, get: function () { return util_value_1.defaultValue; } });