UNPKG

@awesome-fe/translate

Version:
8 lines 349 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.sameExceptWhitespace = void 0; function sameExceptWhitespace(s1, s2) { return s1.replace(/\s/g, '').toLowerCase() === s2.replace(/\s/g, '').toLowerCase(); } exports.sameExceptWhitespace = sameExceptWhitespace; //# sourceMappingURL=same-except-whitespace.js.map