UNPKG

runtypes

Version:

Runtime validation for static types

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