bapig
Version:
Welcome to BAPIG, a powerful backend solution designed to streamline your development process. With over 40 built-in functionalities, BAPIG simplifies CRUD operations, facilitates authentication and encryption, handles communication tasks, and much more.
12 lines (11 loc) • 358 B
TypeScript
declare const print: {
log: (message: string) => void;
error: (message: string) => void;
success: (message: string) => void;
warn: (message: string) => void;
info: (message: string) => void;
magenta: (message: string) => void;
cyan: (message: string) => void;
white: (message: string) => void;
};
export { print };