UNPKG

@slashid/react

Version:

React SDK for the /id platform

5 lines 208 B
/** * Return the first non-null result of the given functions. */ export declare function or<I, O>(...funcs: ((input: I) => O)[]): (input: I) => NonNullable<O> | null; //# sourceMappingURL=function.d.ts.map