smartpath/dist/smartpath.get.d.ts

7 lines
213 B
TypeScript
Raw Permalink Normal View History

2016-06-14 03:16:43 +00:00
import "typings-global";
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;