15 lines
714 B
TypeScript
15 lines
714 B
TypeScript
import * as azuresdk from "./azure-coretracing.pub";
|
|
import * as bunyan from "./bunyan.pub";
|
|
import * as consolePub from "./console.pub";
|
|
import * as mongodbCore from "./mongodb-core.pub";
|
|
import * as mongodb from "./mongodb.pub";
|
|
import * as mysql from "./mysql.pub";
|
|
import * as pgPool from "./pg-pool.pub";
|
|
import * as pg from "./pg.pub";
|
|
import { IPostgresData, IPostgresResult } from "./pg.pub";
|
|
import * as redis from "./redis.pub";
|
|
import * as tedious from "./tedious.pub";
|
|
import * as winston from "./winston.pub";
|
|
export { azuresdk, bunyan, consolePub as console, mongodbCore, mongodb, mysql, redis, winston, pg, pgPool, tedious, IPostgresData, IPostgresResult, };
|
|
export declare function enable(): void;
|