id
doSomethingById
export { Bson, MongoClient, Database } from "https://deno.land/x/mongo/mod.ts";
import { Bson} from "../deps.ts"; const id = new Bson.ObjectId(); function doSomethingById(id) : void{ let workers = [id ] ..... }