ssap_app/node_modules/@expo/fingerprint/build/utils/Predicates.d.ts

2 lines
108 B
TypeScript

export declare function nonNullish<TValue>(value: TValue | null | undefined): value is NonNullable<TValue>;