Skip to content

Commit

Permalink
fix: re-export the Options type from fast-glob
Browse files Browse the repository at this point in the history
Allow consumers to reuse the Options type without having to depend
on `fast-glob` too.
  • Loading branch information
achingbrain committed Apr 25, 2024
1 parent b168296 commit 1c68f99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/it-glob/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ import path from 'node:path'
import fastGlob from 'fast-glob'
import type { Options } from 'fast-glob'

export type { Options }

/**
* Async iterable filename pattern matcher
*/
Expand Down

0 comments on commit 1c68f99

Please sign in to comment.