File: chat-websocket/node_modules/express/node_modules/debug/example/wildcards.js

Recommend this page to a friend!
  Classes of Igor Escobar   Terminal Crossword   chat-websocket/node_modules/express/node_modules/debug/example/wildcards.js   Download  
File: chat-websocket/node_modules/express/node_modules/debug/example/wildcards.js
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Terminal Crossword
Generate a crosswords board on a text console
Author: By
Last change:
Date: 2 years ago
Size: 173 bytes
 

Contents

Class file image Download
var debug = { foo: require('../')('test:foo'), bar: require('../')('test:bar'), baz: require('../')('test:baz') }; debug.foo('foo') debug.bar('bar') debug.baz('baz')