Edit File: format.d.ts
import { Url } from './'; declare function format(url: Url): string; export = format;
Back to File Manager