UNPKG

109 BTypeScriptView Raw
1import type { PathArray } from '../types';
2export declare function path2Array(pathInput: string): PathArray;