package.dist.src.internal.vendor.printf.printf.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk Show documentation
Show all versions of sdk Show documentation
Client SDK for Momento services
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