mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 00:10:07 +00:00
remove unused func
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
// Terrible shim for Node's URL module. I miss Node.
|
||||
export function resolveURLs (...urlFragments: string[]) {
|
||||
return urlFragments.map(x => x.replace(/^\/|\/$/, '')).join('/');
|
||||
}
|
||||
Reference in New Issue
Block a user