@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 .

Readme

Keywords

none

Package Sidebar

Install

npm i @types/extsprintf

Weekly Downloads

11,429

Version

1.4.4

License

MIT

Unpacked Size

2.88 kB

Total Files

5

Last publish

Collaborators

  • types