Skip to content

Commit 58b237d

Browse files
Merge #1377
1377: Export Task and EnqueuedTask r=bidoubiwa a=bidoubiwa As per #1343 Task and EnqueuedTask became classes but are not exported publically. See issue #1373 In this PR, the new classes Task and EnqueuedTask are exported and importable by users of the package Co-authored-by: Charlotte Vermandel <[email protected]>
2 parents f29fa0f + 03d0928 commit 58b237d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
export * from './types'
22
export * from './errors'
33
export * from './indexes'
4+
export * from './enqueued-task'
5+
export * from './task'
46
import { MeiliSearch } from './clients/node-client'
57

68
export { MeiliSearch }

0 commit comments

Comments
 (0)