Repository URL to install this package:
|
Version:
1.0.10 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const removeWhitespace_1 = require("./removeWhitespace");
exports.removeNonAlphabet = (x) => {
return removeWhitespace_1.removeWhitespace(x).replace(/[^a-zA-Z0-9]+/g, '');
};
//# sourceMappingURL=removeNonAlphabet.js.map