@exromany/lido-csm-sdk
Version:
[](https://github.com/lidofinance/lido-csm-sdk/blob/main/LICENSE.txt) [](h
5 lines • 422 B
TypeScript
export declare const isDefined: <T>(value: T | undefined | void) => value is T;
export declare const isUnique: <T>(value: T, index: number, array: T[]) => boolean;
export declare const isNotUnique: <T>(value: T, index: number, array: T[]) => boolean;
export declare const isPropsDefined: <T, K extends keyof T>(...props: K[]) => (obj: T) => obj is T & Record<K, NonNullable<T[K]>>;
//# sourceMappingURL=is-defined.d.ts.map