UNPKG

ts-budgie

Version:

Converts TypeScript code to Budgie.

8 lines (7 loc) 259 B
/** * Converts text for a string to Budgie-compatible quotes. * * @param text Text that needs to be quote-wrapped. * @returns Budgie-compatible quote-wrapped version of the text. */ export declare const wrapWithQuotes: (text: string) => string;