UNPKG

diagnostic-channel-publishers

Version:

A collection of pre-built module patches that enable existing npm modules to publish diagnostic data

4 lines (3 loc) 144 B
import { IModulePatcher } from "diagnostic-channel"; export declare const mongoCore: IModulePatcher; export declare function enable(): void;