Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/s3si/src/utils.ts>urlSimplify

Export your battles from SplatNet to https://stat.ink
Go to Latest
function urlSimplify
import { urlSimplify } from "https://deno.land/x/s3si@ci/src/utils.ts";

Only preserve the pathname of the URL

Parameters

url: string

A url

Returns

{ pathname: string; } | string