UNPKG

kiutils

Version:

🎑 (Library) an Javascript library that provide various utilities, including Image manipulation tools, Discord-related utilities, and a logger.

10 lines • 274 B
/** * Prints the input to the console as string * @param {any} input - The text to print * @returns {void} * @example * const { print } = require("kiutils") * print("Hello World") */ export declare function print(input: any): void; //# sourceMappingURL=print.d.ts.map