How to use the default function from debug
Find comprehensive JavaScript debug.default code examples handpicked from public code repositorys.
GitHub: jahid114/QrCode
6195 6196 6197 6198 6199 6200 6201 6202 6203 6204
exports.Decoder = exports.Encoder = exports.PacketType = exports.protocol = void 0; const component_emitter_1 = require("@socket.io/component-emitter"); const binary_js_1 = require("./binary.js"); const is_binary_js_1 = require("./is-binary.js"); const debug_1 = require("debug"); // debug() const debug = debug_1.default("socket.io-parser"); // debug() /** * Protocol version. * * @public
0
0
1
+ 9 other calls in file
debug.debuglog is the most popular function in debug (156 examples)