UNPKG

748 BTypeScriptView Raw
1import { pipe, uniq, sortBy, prop } from 'ramda';
2export declare const R: {
3 pipe: typeof pipe;
4 uniq: typeof uniq;
5 sortBy: typeof sortBy;
6 prop: typeof prop;
7};
8import { value, defaultValue } from '@platform/util.value';
9export { value, defaultValue };
10export declare const deleteUndefined: typeof value.deleteUndefined;
11export declare const cuid: () => string;
12export declare const slug: () => string;
13export { IFs } from '@platform/fs.types';
14export { Mime } from '@platform/util.mimetype';
15export { MemoryCache } from '@platform/cache/lib/MemoryCache';
16export { wildcard } from '@platform/util.string/lib/wildcard';
17export { queryString } from '@platform/util.string/lib/queryString';
18export { coord } from '@platform/cell.coord';