smartpath/dist/smartpath.get.d.ts

6 lines
188 B
TypeScript
Raw Normal View History

2016-04-30 10:07:49 +00:00
/**
* returns the type of the given path. Can be "url" or "local"
*/
export declare let type: (pathStringArg: string) => string;
export declare let home: (pathArgument?: string) => any;