DefinitelyTyped/types/bs58/index.d.ts
2018-12-25 13:50:17 +01:00

12 lines
377 B
TypeScript

// Type definitions for bs58 4.0
// Project: https://github.com/cryptocoinjs/bs58
// Definitions by: Ilya Mochalov <https://github.com/chrootsu>
// BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import { BaseConverter } from 'base-x';
declare const base58: BaseConverter;
export = base58;