UNPKG

mongodb-schema

Version:

Infer the probabilistic schema for a MongoDB collection.

4 lines (3 loc) 160 B
/// <reference types="node" /> export declare const ALLOW_ABORT_INTERVAL_COUNT = 1000; export declare function allowAbort(signal?: AbortSignal): Promise<void>;