summaryrefslogtreecommitdiffstats
path: root/src/helpers/and.js
blob: 2ad2237d4eb960bcc16e9b8e43ab76e6a6833f32 (plain)
1
2
3
'use strict'

module.exports = (a, b) => a && b