summaryrefslogtreecommitdiff
path: root/lib/internal/validators.js
AgeCommit message (Expand)Author
2018-08-14lib: extract validateNumber validatorJon Moss
2018-08-07lib: extract validateString validatorJon Moss
2018-06-13lib: replace checkUint() with validateInt32()Ben Noordhuis
2018-06-01lib: unmask mode_t values with 0o777Joyee Cheung
2018-05-25lib: add validateInteger() validatorcjihrig
2018-05-19lib: support ranges in validateInt32()cjihrig
2018-05-17lib: mask mode_t type of arguments with 0o777Joyee Cheung
2018-04-26lib: introduce internal/validatorsMichaƫl Zasso