]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - src/js/unorm.js
Update jsbip39.js to latest version
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / src / js / unorm.js
index 92d36993d4d7aebad080a87895e248c489416396..d4292f39aff2149663357e3c7cdee56121499a2b 100644 (file)
@@ -1,3 +1,6 @@
+// Polyfill for NFKD normalization
+// See https://github.com/walling/unorm
+
 (function (root) {
    "use strict";