UNPKG

@atlantis-l/radix-tool

Version:

A tool to interact with the radix network

5 lines (4 loc) 127 B
/// <reference types="node" /> import { Buffer } from "buffer"; declare function hash(input: string): Buffer; export { hash };