UNPKG

@frakters/nft-lending-v2

Version:

Client library for interacting with nft lenging solana program

4 lines (3 loc) 252 B
export declare function throwIfUndefined<T>(value: T | undefined, message?: string): T; export declare function throwIfNull<T>(value: T | null, message?: string): T; export declare function throwIfEmpty<T>(value: Array<T>, message?: string): Array<T>;