We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I use some libraryies that use debug in some projects and so I have code like this to "redirect" the debug logging:
debug.enable('hap-controller:*'); debug.log = this.log.debug.bind(this);
The Typescript types from debug do not provide the "enable(string)" method. It would be awesome if this could be added
The text was updated successfully, but these errors were encountered:
hm ... I just discovered #726 ... No idea who maintains the types defined in https://www.npmjs.com/package/@types/debug
Sorry, something went wrong.
No branches or pull requests
I use some libraryies that use debug in some projects and so I have code like this to "redirect" the debug logging:
The Typescript types from debug do not provide the "enable(string)" method. It would be awesome if this could be added
The text was updated successfully, but these errors were encountered: