UNPKG

@dip1059/bitcoinjs-lib

Version:

bitcoinjs-lib with some other btc based network support. Cloned from https://github.com/junderw/bitcoinjs-lib/tree/cashv5

3 lines (2 loc) 131 B
export declare function prop(object: {}, name: string, f: () => any): void; export declare function value<T>(f: () => T): () => T;