@pilotlab/lux-debug
TypeScript icon, indicating that this package has built-in type declarations

0.1.57 • Public • Published

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

Package Sidebar

Install

npm i @pilotlab/lux-debug

Weekly Downloads

4

Version

0.1.57

License

ISC

Last publish

Collaborators

  • pilot-colin
  • pilot-apo
  • pilot-lab
OSZAR »