UNPKG

scrapper-tools

Version:

Its in development but I use it in all my web automation project.

9 lines 251 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = (s) => { return s .replace(/[^a-z0-9]/gi, '') .toLowerCase() .substring(0, 100); }; //# sourceMappingURL=friendlyFileName.js.map