UNPKG

@react-native-ohos/realm

Version:

Realm by MongoDB is an offline-first mobile database: an alternative to SQLite and key-value stores

6 lines (5 loc) 276 B
/** * Adds a branch to a function, which checks for the argument to be null, in which case it returns early. * @internal */ export declare function nullPassthrough<T, R extends any[], F extends (value: unknown, ...rest: R) => unknown>(this: T, fn: F, enabled: boolean): F;