1
0
Fork 0
mirror of synced 2024-09-18 02:08:34 +12:00

Export publishEvent (#14560)

This commit is contained in:
melohagan 2024-09-11 15:02:42 +01:00 committed by GitHub
parent 2e83b9a34d
commit 8b8595293b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,6 +3,7 @@ export * as processors from "./processors"
export * as analytics from "./analytics"
export { default as identification } from "./identification"
export * as backfillCache from "./backfill"
export { publishEvent } from "./events"
import { processors } from "./processors"