UNPKG

@graphteon/juricode

Version:

We are forging the future with lines of digital steel

7 lines 212 B
export const sanitizeQuery = (query) => query .trim() .replace(/https?:\/\//, "") .replace(/github.com\//, "") .replace(/\.git$/, "") .toLowerCase(); //# sourceMappingURL=sanitize-query.js.map