UNPKG

@graphql-tools/utils

Version:

Common package containing utils and types for GraphQL tools

2 lines (1 loc) 83 B
export declare function isAsyncIterable<T>(value: any): value is AsyncIterable<T>;