UNPKG

@technobuddha/library

Version:
10 lines (9 loc) 222 B
/** * Escape a string for use in GraphQL * * @param input - The string to escape * @returns the escaped string * @group Encoding * @category Escaping */ export declare function escapeGraphQL(input: string): string;