All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.src.internal.vendor.printf.printf.d.ts Maven / Gradle / Ivy

The newest version!
// Type definitions for printf 0.2.5 and above
// Project: http://www.adaltas.com/projects/node-printf
// Definitions by: Aluísio Augusto Silva Gonçalves 

/// 

export = printf;
declare function printf(format: string, ...args: any[]): string;
declare function printf(writeStream: NodeJS.WritableStream, format: string, ...args: any[]): void;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy