UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

8 lines (7 loc) 210 B
"use strict"; import { CoreString } from "../../../../core/String"; export function sanitizeExportedString(word) { word = word.replace(/'/g, "'"); word = CoreString.escapeLineBreaks(word); return word; }