@pilotlab/lux-debug

A luxurious user experience framework, developed by your friends at Pilot.

Usage no npm install needed!

<script type="module">
  import pilotlabLuxDebug from 'https://cdn.skypack.dev/@pilotlab/lux-debug';
</script>

README

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