smartpath/dist/smartpath.transform.d.ts

3 lines
101 B
TypeScript
Raw Permalink Normal View History

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