UNPKG

runtypes

Version:

Runtime validation for static types

3 lines (2 loc) 112 B
const quoteWithBacktick = (string) => `\`${string.replaceAll("`", "\\`")}\``; export default quoteWithBacktick;