3 lines
119 B
TypeScript
3 lines
119 B
TypeScript
/// <reference path="typings/main.d.ts" />
|
|
export declare let toAbsolute: (relativeArg: any, baseArg?: string) => any;
|