Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Go to Latest
function checkIndexes
import { checkIndexes } from "https://deno.land/x/mongo@v0.31.2/src/gridfs/indexes.ts";

Parameters

filesCollection: Collection<File>
chunksCollection: Collection<Chunk>
hasCheckedIndexes: (value: boolean) => void