🌳
pt0/serverF/childProcF/shQuoteF.mts
1export const shQuote = (str: string) => `'${str.replace(/'/g, "'\\''")}'`