UNPKG

multichain-address-validator

Version:

Multichain address validator for Bitcoin and other blockchains.

3 lines (2 loc) 100 B
import { Address } from './types.js'; export declare function getAddress(address: Address): string;