summaryrefslogtreecommitdiff
path: root/bot/node_modules/bs58/index.d.ts
blob: 72d0ab8395bf610280cccf86774c2378a977a9d9 (plain)
1
2
3
4
5
import { BaseConverter } from 'base-x';

declare const base58: BaseConverter;

export = base58;