0.1.33 • Published 7 years ago

@pilotlab/web-tools v0.1.33

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});
0.1.33

7 years ago

0.1.31

7 years ago

0.1.29

7 years ago

0.1.28

7 years ago

0.1.22

7 years ago

0.1.19

7 years ago

0.1.18

7 years ago

0.1.16

7 years ago

0.1.11

7 years ago