@renovatebot/kbpgp
Version:
Keybase's PGP Implementation
18 lines (11 loc) • 320 B
JavaScript
// Generated by IcedCoffeeScript 112.8.1
var KeyFetcher;
KeyFetcher = (function() {
function KeyFetcher() {}
KeyFetcher.prototype.fetch = function(ids, ops, cb) {
return cb(new Error("not implemented"));
};
return KeyFetcher;
})();
exports.KeyFetcher = KeyFetcher;
//# sourceMappingURL=keyfetch.js.map