UNPKG

@pushrocks/smartpath

Version:

offers smart ways to handle paths

9 lines (8 loc) 230 B
import * as getMod from './smartpath.get.js'; export declare class Smartpath { originalPath: string; type: getMod.TPathType; pathLevels: string[]; pathLevelsBackwards: string[]; constructor(pathArg: string); }