UNPKG

apollo-resolvers

Version:

Expressive and composable resolvers for Apollostack's GraphQL server

4 lines (3 loc) 199 B
export declare const isFunction: (fn: any) => boolean; export declare const Promisify: (fn: any) => (...args: any[]) => Promise<{}>; export declare const isNotNullOrUndefined: (val: any) => boolean;