Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6b5266f

Browse files
committedJan 9, 2025·
Export verify module from index.ts
1 parent ac6fb51 commit 6b5266f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -254,3 +254,5 @@ function addMediaFile(
254254
lastModified: new Date().toISOString()
255255
}
256256
}
257+
258+
export * from './verify.js'

0 commit comments

Comments
 (0)
Please sign in to comment.