UNPKG

@hyperlane-xyz/utils

Version:

General utilities and types for the Hyperlane network

7 lines 177 B
export function success(data) { return { success: true, data }; } export function failure(error) { return { success: false, error }; } //# sourceMappingURL=result.js.map