UNPKG

runtypes

Version:

Runtime validation for static types

5 lines (4 loc) 196 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const quoteWithDoubleQuote = (string) => `"${string.replaceAll('"', '\\"')}"`; exports.default = quoteWithDoubleQuote;