UNPKG
keystone-email
Version:
latest (1.1.0)
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Email helper for KeystoneJS Apps
github.com/keystonejs/keystone-email
keystonejs/keystone-email
keystone-email
/
lib
/
util
/
truthy.js
4 lines
(2 loc)
•
62 B
JavaScript
View Raw
1
2
3
4
function
truthy
(i)
{
return
!!i; }
module
.
exports
= truthy;