UNPKG

@klayr/utils

Version:

Library containing generic utility functions for use with Klayr-related software

4 lines (3 loc) 153 B
/// <reference types="node" /> export declare const keyString: (key: Buffer) => string; export declare const keyReadableString: (key: Buffer) => string;