Skip to main content
Deno 2 is finally here 🎉️
Learn more
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@gui-v0.4.16/src/utils.ts";

Only preserve the pathname of the URL

Parameters

url: string

A url

Returns

{ pathname: string; } | string