mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
12 lines
377 B
TypeScript
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;
|