UNPKG

@nodesecure/js-x-ray

Version:
7 lines 285 B
export function toValue(strOrLiteral) { return typeof strOrLiteral === "string" ? strOrLiteral : String(strOrLiteral.value); } export function toRaw(strOrLiteral) { return typeof strOrLiteral === "string" ? strOrLiteral : strOrLiteral.raw; } //# sourceMappingURL=literal.js.map