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

0.1.174 • Public • Published

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

Package Sidebar

Install

npm i @pilotlab/debug

Weekly Downloads

17

Version

0.1.174

License

ISC

Unpacked Size

134 kB

Total Files

41

Last publish

Collaborators

  • pilot-colin
  • pilot-apo
  • pilot-lab