UNPKG

ti-debug

Version:

Server-side components for WebKit Remote Debugging

12 lines (8 loc) 300 B
function Inspector() { } /* ************************************************************************** */ Inspector.prototype.enable = function (params, callback) { callback(null); }; /* ************************************************************************** */ module.exports = Inspector;