update README

This commit is contained in:
LabyStudio
2022-06-18 07:45:22 +02:00
parent 4d8ce1688e
commit 2e42d482ed
3 changed files with 21 additions and 2 deletions
+3
View File
@@ -1,3 +1,6 @@
/*! MIT License. Copyright 2015-2018 Richard Moore <me@ricmoo.com>. See LICENSE.txt. */
// https://github.com/ricmoo/aes-js
function checkInt(value) {
return (parseInt(value) === value);
}