Edit File: parse.d.ts
import { Url } from './'; declare function parse(input: string, slashesDenoteHost?: boolean): Url; export = parse;
Back to File Manager