UNPKG

237 BTypeScriptView Raw
1import type { PathArray, AbsoluteArray } from '../types';
2/**
3 * Iterates an array to check if it's a `PathArray`
4 * with all absolute values.
5 */
6export declare function isAbsoluteArray(path: string | PathArray): path is AbsoluteArray;