UNPKG

graphql-compose

Version:

GraphQL schema builder from different data sources with middleware extensions.

4 lines 260 B
export declare function isString(value: unknown): value is string; export declare function isObject(value: unknown): value is Record<any, any>; export declare function isFunction(value: unknown): value is (...args: any) => any; //# sourceMappingURL=is.d.ts.map