@platform/cell.schema
Version:
URI and database schemas for the `cell.os`.
19 lines (18 loc) • 738 B
TypeScript
import { pipe, uniq, sortBy, prop, clone } from 'ramda';
export declare const R: {
pipe: typeof pipe;
uniq: typeof uniq;
sortBy: typeof sortBy;
prop: typeof prop;
clone: typeof clone;
};
import { value, defaultValue } from '@platform/util.value';
export { value, defaultValue };
export declare const deleteUndefined: typeof value.deleteUndefined;
export declare const cuid: () => string;
export declare const slug: () => string;
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 '@platform/cell.coord';