UNPKG

@hyperlane-xyz/utils

Version:

General utilities and types for the Hyperlane network

4 lines 228 B
export declare function safelyAccessEnvVar(name: string, toLowerCase?: boolean): string | undefined; export declare function inCIMode(): boolean; export declare function inKubernetes(): boolean; //# sourceMappingURL=env.d.ts.map