msync
Version:
Easily manage building and syncing multiple node-modules in a flexibly defined workspace.
23 lines (22 loc) • 800 B
TypeScript
import { clone, equals, find, isEmpty, isNil, pipe, prop, propEq, sortBy, uniqBy } from 'ramda';
import * as toposort from 'toposort';
export { toposort };
export declare const R: {
sortBy: typeof sortBy;
uniqBy: typeof uniqBy;
isNil: typeof isNil;
reject: import("ramda").Filter;
isEmpty: typeof isEmpty;
find: typeof find;
propEq: typeof propEq;
clone: typeof clone;
prop: typeof prop;
pipe: typeof pipe;
equals: typeof equals;
};
export { moment, file, listr, IListrOptions, inquirer, plural } from 'command-interface';
export { log } from '@platform/log/lib/server';
export { exec } from '@platform/exec';
export { value, time, defaultValue } from '@platform/util.value';
export { npm, semver } from '@platform/npm';
export { fs } from '@platform/fs';