UNPKG

startgg-helper

Version:

A set of functions and classes useful to communicate with the start.gg API, using any client (YOU NEED TO PROVIDE A CLIENT YOURSELF, SEE README)

3 lines 88 B
export function removeTags(name){ return name.split("|").at(-1).trim(); }//sggutil