UNPKG

@kamino-finance/klend-sdk

Version:

Typescript SDK for interacting with the Kamino Lending (klend) protocol

5 lines 389 B
export declare function checkThat(evaluationResult: boolean, message?: string): void; export declare function checkDefined<T>(value: T | undefined, message?: string): T; export declare function checkNotNull<T>(value: T | null, message?: string): T; export declare function getSingleElement<T>(iterable: Iterable<T>, nameWithinMessage?: string): T; //# sourceMappingURL=validations.d.ts.map