@platform/cell.typesystem
Version:
The 'strongly typed sheets' system of the CellOS.
13 lines (12 loc) • 475 B
TypeScript
import { uniq, prop, sortBy, equals, groupBy } from 'ramda';
export declare const R: {
prop: typeof prop;
uniq: typeof uniq;
sortBy: typeof sortBy;
equals: typeof equals;
groupBy: typeof groupBy;
};
export { MemoryCache } from '@platform/cache';
export { Schema, Uri, Squash, RefLinks } from '@platform/cell.schema';
export { coord, CellRange } from '@platform/cell.coord';
export { value, rx, deleteUndefined, defaultValue } from '@platform/util.value';