diff --git a/src/index.ts b/src/index.ts index fc7e808..b7a86e1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -254,3 +254,5 @@ function addMediaFile( lastModified: new Date().toISOString() } } + +export * from './verify.js'