UNPKG

blockstack

Version:

The Blockstack Javascript library for authentication, identity, and storage.

9 lines (8 loc) 137 B
/** * @ignore */ declare const config: { network: import("./network").BlockstackNetwork; logLevel: string; }; export { config };