# @types/node-loggly-bulk

> TypeScript definitions for node-loggly-bulk

Latest version **2.2.4** (published 2023-11-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install @types/node-loggly-bulk
pnpm add @types/node-loggly-bulk
yarn add @types/node-loggly-bulk
bun add @types/node-loggly-bulk
```

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; no vulnerabilities; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 2.2.4 |
| Published | 2023-11-07 |
| First published | 2019-12-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51432 |
| Maintainers | types |

## Links

- npm: https://www.npmjs.com/package/@types/node-loggly-bulk
- Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
- Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-loggly-bulk
- npm.io page: https://npm.io/package/@types/node-loggly-bulk

## Dependencies (1)

- [@types/loggly](https://npm.io/package/@types/loggly.md) *

## Recent versions

- 2.2.4 (latest) — 2023-11-07
- 2.2.1 (ts3.6) — 2021-07-08
- 2.2.0 (ts2.8) — 2019-12-10
- 2.2.3 — 2023-10-18
- 2.2.2 — 2023-09-23

## README

# Installation
> `npm install --save @types/node-loggly-bulk`

# Summary
This package contains type definitions for node-loggly-bulk (https://github.com/loggly/node-loggly-bulk#readme).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-loggly-bulk.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-loggly-bulk/index.d.ts)
````ts
import { LogglyInstance, LogglyOptions } from "loggly";

export interface LogglyBulkOptions extends LogglyOptions {
    proxy?: any;
    userAgent?: string | undefined;
    useTagHeader?: boolean | undefined;
    isBulk?: boolean | undefined;
    bufferOptions?: {
        size: number;
        retriesInMilliSeconds: number;
    } | undefined;
    networkErrorsOnConsole?: boolean | undefined;
}

export interface LogglyBulkConstructor {
    new(options: LogglyBulkOptions): LogglyInstance;
}

export const Loggly: LogglyBulkConstructor;

export const version: string;

export function createClient(options: LogglyBulkOptions): LogglyInstance;

export function serialize(obj: any, key?: string): string;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 09:09:39 GMT
 * Dependencies: [@types/loggly](https://npmjs.com/package/@types/loggly)

# Credits
These definitions were written by [Andrei Kazakou](https://github.com/akazakou).

---
_Source: https://npm.io/package/@types/node-loggly-bulk · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
