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

0.1.2 • Public • Published

Installation

npm install --save @types/sprintf

Summary

This package contains type definitions for sprintf (https://github.com/maritz/node-sprintf).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sprintf.

index.d.ts

// Imported from: https://github.com/soywiz/typescript-node-definitions/sprintff.d.ts

export function sprintf(fmt: string, ...args: any[]): string;
export function vsprintf(fmt: string, args: any[]): string;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: none

Credits

These definitions were written by Carlos Ballesteros Velasco, and BendingBender.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/sprintf

Weekly Downloads

4,877

Version

0.1.2

License

MIT

Unpacked Size

3.17 kB

Total Files

5

Last publish

Collaborators

  • types