From ad0529f145e050136bbd1a1a06a53c2c0caa16eb Mon Sep 17 00:00:00 2001 From: Sikan He Date: Tue, 5 Dec 2023 10:56:37 -0800 Subject: [PATCH] export * --- src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index d65c584..56f2643 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,5 @@ -export type * from './types.ts'; -export { Gql } from './define.ts'; +export * from './types.ts'; +export * from './define.ts'; export { buildGraphQLSchema, toGraphQLInputType,