We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent face9b1 commit 9dd1011Copy full SHA for 9dd1011
.github/workflows/ci.yml
@@ -3,10 +3,12 @@ on:
3
push:
4
branches:
5
- main
6
-
+ pull_request:
7
+ branches:
8
+ - main
9
jobs:
10
test:
- name: test
11
+ name: test, lint & typecheck
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout repo
README.md
@@ -11,6 +11,8 @@ pnpm install @better-tools/fetch
## Usage
```typescript
+import fetch from "@better-tools/fetch"
15
+
16
const { data, error } = await fetch<{
17
userId: number;
18
id: number;
0 commit comments