UNPKG

204 BTypeScriptView Raw
1import { Dictionary, IsInstalled, Nullable } from './helper-types';
2declare function createIsInstalled(...dependencies: Nullable<Dictionary<unknown>>[]): IsInstalled;
3export default createIsInstalled;