UNPKG

177 BTypeScriptView Raw
1interface Options {
2 trailing_index?: boolean;
3 trailing_html?: boolean;
4}
5declare function prettyUrls(url: string, options?: Options): string;
6export = prettyUrls;