smartpath/dist/smartpath.transform.d.ts

3 lines
101 B
TypeScript
Raw Normal View History

2016-06-14 03:16:43 +00:00
import "typings-global";
2016-04-30 10:07:49 +00:00
export declare let toAbsolute: (relativeArg: any, baseArg?: string) => any;