UNPKG

235 BTypeScriptView Raw
1import type { HexString } from '@polkadot/util/types';
2import type { Prefix } from './types.js';
3export declare function isAddress(address?: HexString | string | null, ignoreChecksum?: boolean, ss58Format?: Prefix): address is string;