0.1.9 • Published 7 years ago

@pilotlab/lux-web-tools v0.1.9

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

lux-debug

Debugging utilities.

Install

sudo npm install --save @pilotlab/lux-debug

Usage

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

7 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.0.3

8 years ago