# 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](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sprintf/index.d.ts)
````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](https://github.com/soywiz), and [BendingBender](https://github.com/BendingBender).
