src/helpers/and.js (
2
lines of code) (
raw
):
'use strict' module.exports = (a, b) => a && b