UNPKG

infoblock

Version:

A typed wrapper of the blockchain.info API

9 lines (8 loc) 174 B
import { Block } from '../../lib/Block'; declare global { namespace jest { interface Matchers<R> { toJSONMatch(instance: Block): R; } } }