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

0.1.180 • Public • Published

debug

Debugging utilities.

Install

sudo npm install --save @mezzy/debug

Usage

import Debug from '@mezzy/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 @mezzy/debug

Weekly Downloads

1

Version

0.1.180

License

ISC

Unpacked Size

132 kB

Total Files

41

Last publish

Collaborators

  • mezzy