UNPKG

steemconnect-firebase-functions

Version:

A TypeScript library that can help you build applications with SteemConnect and Firebase.

3 lines (2 loc) 154 B
export declare const pipe: <T>(...fns: Function[]) => (x: T) => any; export declare const combine: <T, U>(...fns: Function[]) => (...args: T[]) => U[];