UNPKG

@platform/cell.typesystem

Version:

The 'strongly typed sheets' system of the CellOS.

10 lines (9 loc) 449 B
import { uniq, prop, sortBy, equals, groupBy } from 'ramda'; export const R = { prop, uniq, sortBy, equals, 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 const deleteUndefined = value.deleteUndefined; export const defaultValue = value.defaultValue;