@aws-amplify/analytics
Version:
Analytics category of aws-amplify
10 lines (9 loc) • 316 B
TypeScript
/**
* Copyright (c) 2017, Philip Walton <philip@philipwalton.com>
*/
/**
* Parses the given url and returns an object mimicing a `Location` object.
* @param {string} url The url to parse.
* @return {!Object} An object with the same properties as a `Location`.
*/
export declare function parseUrl(u: any): any;