cryptojs-extension
cryptojs-extension copied to clipboard
Bug on `ext.isWordArray`
typeof obj.words === "array"
This will never be true, since typeof [1, 2]
is object
.
Perhaps we shall change it into Array.isArray
?