mirror of
https://github.com/Foltik/Shimapan
synced 2024-11-10 15:48:27 -05:00
3 lines
96 B
JavaScript
3 lines
96 B
JavaScript
|
const canonicalize = str => str.normalize('NFKD').toLowerCase();
|
||
|
|
||
|
module.exports = canonicalize;
|