UNPKG

@hyperlane-xyz/utils

Version:

General utilities and types for the Hyperlane network

3 lines 151 B
import { Result } from './result.js'; export declare function tryParseJsonOrYaml<T = any>(input: string): Result<T>; //# sourceMappingURL=yaml.d.ts.map