UNPKG

pbem

Version:

BEM-helper system for Pug (Jade)

8 lines (6 loc) 183 B
'use strict'; module.exports = checkingValue => typeof checkingValue === 'object' && ( typeof checkingValue[0] === 'string' || typeof checkingValue.block === 'string' );