UNPKG

keyvenant

Version:

Keyvenant is a JavaScript tool to generate and export CovenantSQL keys to facilitate key management locally and in web extensions.

6 lines (5 loc) 270 B
/// <reference types="node" /> export declare const isBrowser: boolean; export declare function string2Buffer(str: string, enc?: string): Buffer; export declare function exportToFile(keystore: any): string; export declare function importFromFile(filepath: string): any;