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