UNPKG

js-moi-utils

Version:

Collection of utility functions used in js-moi-sdk.

8 lines 297 B
/** * Checks if the given address is a valid address. * * @param {string} address - The address to validate. * @returns {boolean} Returns true if the address is valid, otherwise false. */ export declare const isValidAddress: (address: string) => boolean; //# sourceMappingURL=address.d.ts.map