Split into files. Worked on style.

This commit is contained in:
Konstantin Mamalakis 2018-02-22 01:17:22 +02:00 committed by Josh Harvey
parent c4307cb749
commit a3f8db79b3
4 changed files with 238 additions and 208 deletions

1
lib/ofac/debug.js Normal file
View file

@ -0,0 +1 @@
module.exports = (...args) => console.log(require('util').inspect(args, {depth: null, colors: true}))