Skip to content

Commit 8b0c86a

Browse files
committed
removed eval from index and mongodb.ts
1 parent 3332774 commit 8b0c86a

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
@@ -402,7 +402,6 @@ export type { DeleteOptions, DeleteResult, DeleteStatement } from './operations/
402402
export type { DistinctOptions } from './operations/distinct';
403403
export type { DropCollectionOptions, DropDatabaseOptions } from './operations/drop';
404404
export type { EstimatedDocumentCountOptions } from './operations/estimated_document_count';
405-
export type { EvalOptions } from './operations/eval';
406405
export type { ExecutionResult } from './operations/execute_operation';
407406
export type { FindOptions } from './operations/find';
408407
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)