DefinitelyTyped/types/mdurl/parse.d.ts

6 lines
117 B
TypeScript

import { Url } from './';
declare function parse(input: string, slashesDenoteHost?: boolean): Url;
export = parse;