UNPKG

294 BTypeScriptView Raw
1import { Schema } from '../schema';
2/**
3 * Check whether the project to be removed is depended on by another project
4 *
5 * Throws an error if the project is in use, unless the `--forceRemove` option is used.
6 */
7export declare function checkDependencies(_: any, schema: Schema): Promise<void>;