UNPKG

@yookue/ts-lang-utils

Version:

Common lang utilities for typescript

3 lines 86 B
export function quoteDouble(text) { return !text ? text : "\"".concat(text, "\""); }