Skip to content

HyperTorrent/debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Debug

Usage :

import debug from '@hypertorrent/debug';
import { name } from '../package.json';

export default class Test {
  constructor(options = {}) {
    super();

    this.debug = debug(name, this);
    this.debug('new');
  }
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published