0.1.174 • Published 7 years ago

@pilotlab/debug v0.1.174

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
7 years ago

debug

Debugging utilities.

Install

sudo npm install --save @pilotlab/debug

Usage

import Debug from '@pilotlab/debug';

Debug.assert(
     is.notEmpty(myVariable),
     'The value of myVariable is %MY%. The value of otherVariable is %OTHER%.',
     'AwesomeClass.doSomethingCool(...)', {"MY": myVariable, "OTHER": otherVariable});