diff options
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"; |
