Files
DefinitelyTyped/bs58/index.d.ts
2016-06-27 17:40:37 -07:00

15 lines
372 B
TypeScript

// 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" />
import * as BaseX from 'base-x';
declare namespace base58 { }
declare let base58: BaseX.BaseConverter;
export = base58;