UNPKG

@kirz/react-native-toolkit

Version:

Toolkit to speed up React Native development

3 lines 199 B
export type GenericFunction = (...args: any[]) => any; export type FunctionWrapper<F extends GenericFunction> = (...args: Parameters<F>) => Promise<ReturnType<F>>; //# sourceMappingURL=types.d.ts.map