UNPKG

pastoralist

Version:

A tool to watch over node module resolutions and overrides

4 lines (3 loc) 262 B
import type { Options, PastoralistJSON } from "../types"; import type { SecurityChecker } from "../core/security"; export declare const checkRemovalSafety: (config: PastoralistJSON, securityChecker: SecurityChecker, mergedOptions: Options) => Promise<string[]>;