@mengkodingan/ckptw
Version:
Create powerful WhatsApp bots easily
7 lines • 380 B
TypeScript
export declare const bold: (str: string) => string;
export declare const italic: (str: string) => string;
export declare const strikethrough: (str: string) => string;
export declare const quote: (str: string) => string;
export declare const monospace: (str: string) => string;
export declare const inlineCode: (str: string) => string;
//# sourceMappingURL=Formatter.d.ts.map