2016-06-01 01:06:05 +02:00
|
|
|
import "typings-global";
|
2016-04-30 12:07:49 +02: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;
|