bit-bin
Version:
<a href="https://opensource.org/licenses/Apache-2.0"><img alt="apache" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"></a> <a href="https://github.com/teambit/bit/blob/master/CONTRIBUTING.md"><img alt="prs" src="https://img.shields.io/b
19 lines (18 loc) • 471 B
TypeScript
import { BitId } from '../../../bit-id';
declare const _default: (params: {
ids: string[];
remote: string | null | undefined;
eject: boolean;
includeDependencies: boolean;
setCurrentScope: boolean;
allVersions: boolean;
includeNonStaged: boolean;
codemod: boolean;
force: boolean;
}) => Promise<{
componentsIds: BitId[];
nonExistOnBitMap: BitId[];
missingScope: BitId[];
ejectResults: any;
}>;
export default _default;