Skip to content

Commit 6e2d221

Browse files
committed
removed eval from index and mongodb.ts
1 parent 6c60c3d commit 6e2d221

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,6 @@ export type { DeleteOptions, DeleteResult, DeleteStatement } from './operations/
401401
export type { DistinctOptions } from './operations/distinct';
402402
export type { DropCollectionOptions, DropDatabaseOptions } from './operations/drop';
403403
export type { EstimatedDocumentCountOptions } from './operations/estimated_document_count';
404-
export type { EvalOptions } from './operations/eval';
405404
export type { ExecutionResult } from './operations/execute_operation';
406405
export type { FindOptions } from './operations/find';
407406
export type {

test/mongodb.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ export * from '../src/operations/delete';
164164
export * from '../src/operations/distinct';
165165
export * from '../src/operations/drop';
166166
export * from '../src/operations/estimated_document_count';
167-
export * from '../src/operations/eval';
168167
export * from '../src/operations/execute_operation';
169168
export * from '../src/operations/find';
170169
export * from '../src/operations/find_and_modify';

0 commit comments

Comments
 (0)