UNPKG

@technobuddha/library

Version:
9 lines (8 loc) 195 B
/** * Escape a string for use in C/C++ * * @param input The string to escape * @returns the escaped string */ export declare function escapeC(input: string): string; export default escapeC;