UNPKG

@renovatebot/kbpgp

Version:
18 lines (11 loc) 320 B
// 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