lbry-desktop/flow-typed/location.js
2019-04-24 10:02:52 -04:00

19 lines
297 B
JavaScript

// @flow
declare type UrlLocation = {
search: string,
hash: string,
host: string,
hostname: string,
href: string,
key: string,
origin: string,
pathname: string,
port: string,
protocol: string,
reload: () => void,
replace: string => void,
search: string,
state: {},
};