Skip to content

Commit e0e3801

Browse files
committed
Expose isFile and isFormData helpers.
1 parent c27fc96 commit e0e3801

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
export * from "./FormDataLike"
22
export * from "./FileLike"
33
export * from "./Encoder"
4+
5+
export {default as isFile} from "./util/isFile"
6+
export {default as isFormData} from "./util/isFormData"

0 commit comments

Comments
 (0)