UNPKG

@bitcoin-computer/lib

Version:
10 lines (6 loc) 253 B
/// <reference path="./computer.d.ts" /> import { Contract as ContractGlobal, Computer, Mock, Transaction } from './computer' declare global { var Contract: typeof ContractGlobal } export { Computer, ContractGlobal as Contract, Mock, Transaction }