howard-bitruvian

Results 1 issues of howard-bitruvian

https://github.com/margelo/react-native-quick-crypto/blob/ac04d8c622570a99a4834cbceecc976e4e005492/src/Utils.ts#L154 ``` if (isString) { throw new Error(`${name} is not a string`); } ``` `validateString` method will throw an error if the input **is** a string

bug