UNPKG

@intersect.mbo/govtool-delegation-pillar

Version:
6 lines (5 loc) 287 B
export declare const URL_REGEX: RegExp; export declare const HASH_REGEX: RegExp; export declare const PAYMENT_ADDRESS_REGEX: RegExp; export declare function isValidURLLength(s: string): string | true; export declare function isReceivingAddress(address?: string): Promise<string | true>;