{"version":3,"file":"remove-trailing-slash.mjs","names":[],"sources":["../src/remove-trailing-slash.ts"],"sourcesContent":["export function removeTrailingSlash(pathname: string): string {\n\tif (pathname.length <= 1 || !pathname.endsWith(\"/\")) {\n\t\treturn pathname;\n\t}\n\n\treturn pathname.slice(0, -1);\n}\n"],"mappings":";AAAA,SAAgB,oBAAoB,UAA0B;AAC7D,KAAI,SAAS,UAAU,KAAK,CAAC,SAAS,SAAS,IAAI,CAClD,QAAO;AAGR,QAAO,SAAS,MAAM,GAAG,GAAG"}