UNPKG

@paradeum/burrow

Version:

TypeScript library that calls a Hyperledger Burrow server over GRPC.

4 lines (3 loc) 134 B
/// <reference types="node" /> export declare function str(str: string): string; export declare function buffer(str: Buffer): string;