UNPKG

@hypernetlabs/utils

Version:
8 lines 369 B
export interface IValidationUtils { validatePublicIdentifier(publicIdentifier: string): boolean; validateEthereumAddress(ethereumAddress: string): boolean; validateWeiAmount(amount: string): boolean; validatePaymentId(paymentId: string): boolean; } export declare const IValidationUtilsType: unique symbol; //# sourceMappingURL=IValidationUtils.d.ts.map