Skip to content

Commit

Permalink
feat: export types for helpers exported from poppinns/utils
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jan 8, 2024
1 parent 7b43060 commit eeb31cf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion types/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,9 @@
* file that was distributed with this source code.
*/

export type { Opaque } from '@poppinss/utils/types'
export type {
Opaque,
ReadAllFilesOptions,
NormalizeConstructor,
ImportAllFilesOptions,
} from '@poppinss/utils/types'

0 comments on commit eeb31cf

Please sign in to comment.