infoblock
Version:
A typed wrapper of the blockchain.info API
8 lines (7 loc) • 311 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
var index_1 = __importDefault(require("./lib/index"));
module.exports = new index_1.default();