Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
feat: expose flatten utility
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavopch committed Aug 19, 2020
1 parent e345980 commit 449853e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ export type { EventData } from './elements/event-data'
export type { EventMetadata } from './elements/event-metadata'
export type { ProjectionHandler } from './elements/projection-handler'
export type { ReactionHandler } from './elements/reaction-handler'
export { flatten } from './utils/flatten'

0 comments on commit 449853e

Please sign in to comment.