UNPKG

377 BTypeScriptView Raw
1// Type definitions for bs58 4.0
2// Project: https://github.com/cryptocoinjs/bs58
3// Definitions by: Ilya Mochalov <https://github.com/chrootsu>
4// BendingBender <https://github.com/BendingBender>
5// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
6
7import { BaseConverter } from 'base-x';
8
9declare const base58: BaseConverter;
10
11export = base58;