Skip to content

Commit

Permalink
run codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
devmatteini committed Jul 19, 2024
1 parent 561fffd commit aa956fa
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/FindCursor.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/**
* @since 0.0.1
*/
import type * as Schema from "@effect/schema/Schema"
import * as Data from "effect/Data"
import * as Effect from "effect/Effect"
Expand Down
3 changes: 3 additions & 0 deletions src/TypedFindCursor.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/**
* @since 0.0.1
*/
import * as Schema from "@effect/schema/Schema"
import * as Data from "effect/Data"
import * as Effect from "effect/Effect"
Expand Down
10 changes: 10 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ export * as Collection from "./Collection.js"
*/
export * as Db from "./Db.js"

/**
* @since 0.0.1
*/
export * as FindCursor from "./FindCursor.js"

/**
* @since 0.0.1
*/
Expand All @@ -17,3 +22,8 @@ export * as MongoClient from "./MongoClient.js"
* @since 0.0.1
*/
export * as MongoError from "./MongoError.js"

/**
* @since 0.0.1
*/
export * as TypedFindCursor from "./TypedFindCursor.js"

0 comments on commit aa956fa

Please sign in to comment.