/** * NB: I already have this somewhere else but couldn't find it! * * If the path is /a/random/path * * The result of this function will be: * * ['/a', '/a/random', '/a/random/path'] * * Can also be a relative path, but then there will be a slash prepended, so not optimal. */ export declare const getAllFoldersUntilFolder: (folderPath: string) => string[]; //# sourceMappingURL=getAllFoldersUntilFolder.d.ts.map