UNPKG

@ryancavanaugh/bs58

Version:

Type definitions for bs58 3.0.0 from https://www.github.com/DefinitelyTyped/DefinitelyTyped

14 lines (8 loc) 352 B
// Type definitions for bs58 3.0.0 // Project: https://github.com/cryptocoinjs/bs58 // Definitions by: Ilya Mochalov <https://github.com/chrootsu> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// <reference types="base-x" /> declare namespace base58 { } declare let base58: BaseX.BaseConverter; export = base58;