# @types/extsprintf

> TypeScript definitions for extsprintf

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

## Install

```sh
npm install @types/extsprintf
pnpm add @types/extsprintf
yarn add @types/extsprintf
bun add @types/extsprintf
```

## 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 | 1.4.4 |
| Published | 2023-11-07 |
| First published | 2018-08-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51376 |
| Maintainers | types |

## Links

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

## Recent versions

- 1.4.4 (latest) — 2023-11-07
- 1.4.2 (ts3.8) — 2021-12-23
- 1.4.1 (ts2.0) — 2019-02-13
- 1.4.3 — 2023-10-18
- 1.4.0 — 2018-08-06

## README

# Installation
> `npm install --save @types/extsprintf`

# Summary
This package contains type definitions for extsprintf (https://github.com/joyent/node-extsprintf#readme).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/extsprintf.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/extsprintf/index.d.ts)
````ts
export interface Stream {
    write(str: string): void;
}

export function fprintf(stream: Stream, format: string, ...args: any[]): any;
export function printf(format: string, ...args: any[]): any;
export function sprintf(format: string, ...args: any[]): string;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 03:09:37 GMT
 * Dependencies: none

# Credits
These definitions were written by .

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