smartpath/dist/smartpath.transform.d.ts

3 lines
115 B
TypeScript
Raw Normal View History

2016-09-30 15:08:09 +00:00
import 'typings-global';
export declare let toAbsolute: (relativeArg: string | string[], baseArg?: string) => any;