diff options
| author | netop://ウィビ <paul@webb.page> | 2026-04-11 14:19:10 -0700 |
|---|---|---|
| committer | netop://ウィビ <paul@webb.page> | 2026-04-11 14:19:10 -0700 |
| commit | ca16dcf93922d63dd1783dc471b2ac0c61f8d11f (patch) | |
| tree | 4568cfda773657f01030747b2e2b804abc092901 /mod.ts | |
Diffstat (limited to 'mod.ts')
| -rwxr-xr-x | mod.ts | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ + + + +/// export + +export * from "./src/common.ts"; +export * from "./src/http.ts"; + +export { gql } from "./src/gql.ts"; +export { importQL } from "./src/import.ts"; |
