UNPKG

@platform/cell.schema

Version:

URI and database schemas for the `cell.os`.

13 lines (12 loc) 588 B
import { pipe, uniq, sortBy, prop } from 'ramda'; export const R = { pipe, uniq, sortBy, prop }; import { value, defaultValue, id } from '@platform/util.value'; export { value, defaultValue }; export const deleteUndefined = value.deleteUndefined; export const cuid = id.cuid; export const slug = id.shortid; export { Mime } from '@platform/util.mimetype'; export { MemoryCache } from '@platform/cache/lib/MemoryCache'; export { wildcard } from '@platform/util.string/lib/wildcard'; export { queryString } from '@platform/util.string/lib/queryString'; export { coord } from './libs.cell';