UNPKG

259 BTypeScriptView Raw
1import { PortablePath } from '@yarnpkg/fslib';
2export declare function getDefaultGlobalFolder(): PortablePath;
3export declare function getHomeFolder(): PortablePath;
4export declare function isFolderInside(target: PortablePath, parent: PortablePath): boolean;