UNPKG

194 BTypeScriptView Raw
1import type { PathArray } from '../types';
2/**
3 * Iterates an array to check if it's an actual `PathArray`.
4 */
5export declare function isPathArray(path: string | PathArray): path is PathArray;