UNPKG

@platform/cell.typesystem

Version:

The 'strongly typed sheets' system of the CellOS.

16 lines (15 loc) 577 B
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 } from '@platform/cell.coord'; import { value } from '@platform/util.value'; export { value }; export declare const deleteUndefined: typeof value.deleteUndefined; export declare const defaultValue: typeof value.defaultValue;