Skip to content

Commit

Permalink
Rename the types file
Browse files Browse the repository at this point in the history
  • Loading branch information
EpeusJS committed Jul 3, 2024
1 parent 1fe0793 commit f038255
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ Types:
boundary: string;
}
```
See also the form-data.d.ts file
See also the src/types.d.ts file
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "src/form-data.js",
"files": [
"src/form-data.js",
"src/form-data.d.ts"
"src/types.d.ts"
],
"scripts": {
"lint": "eslint --config eslint.config.js",
Expand Down
2 changes: 1 addition & 1 deletion src/form-data.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/**
* @typedef {import('./form-data.js').FormData} FormData
* @typedef {import('./types.d.ts').FormData} FormData
*/

/**
Expand Down
File renamed without changes.

0 comments on commit f038255

Please sign in to comment.