UNPKG

runtypes

Version:

Runtime validation for static types

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