This repository has been archived by the owner on Nov 13, 2022. It is now read-only.
- Fixed the return types on the validators from
Boolean
toboolean
. - The TypeScript target is now
ES2019
, becausees6
does not support theArray.prototype.includes()
-method we were using. - Improve error message (@tobiasdiez).