cryptojs-extension icon indicating copy to clipboard operation
cryptojs-extension copied to clipboard

Bug on `ext.isWordArray`

Open eliphatfs opened this issue 3 years ago • 0 comments

typeof obj.words === "array"

This will never be true, since typeof [1, 2] is object. Perhaps we shall change it into Array.isArray?

eliphatfs avatar Jan 02 '22 11:01 eliphatfs