UNPKG

@benzene/core

Version:

Fast, minimal, agnostic GraphQL Libraries

4 lines (3 loc) 259 B
export { default as Benzene } from "./core"; export type { CompiledQuery, CompileQuery, ExtractExtraType, GraphQLParams, ValueOrPromise, } from "./types"; export { isAsyncIterator, isExecutionResult, makeCompileQuery, validateOperationName, } from "./utils";