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