Debugging utilities.
sudo npm install --save @pilotlab/lux-debug
import Debug from '@pilotlab/lux-debug';
Debug.assert(
is.notEmpty(myVariable),
'The value of myVariable is %MY%. The value of otherVariable is %OTHER%.',
'AwesomeClass.doSomethingCool(...)', {"MY": myVariable, "OTHER": otherVariable});