@types/extsprintf
TypeScript icon, indicating that this package has built-in type declarations

1.4.4 • Public • Published

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

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 .

Versions

Current Tags

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.4.4
    7,622
  • 1.4.3
    11
  • 1.4.2
    3,600
  • 1.4.1
    246
  • 1.4.0
    0

Package Sidebar

Install

npm i @types/extsprintf

Weekly Downloads

11,479

Version

1.4.4

License

MIT

Unpacked Size

2.88 kB

Total Files

5

Last publish

Collaborators

  • types