UNPKG

assertthat

Version:
8 lines (6 loc) 120 B
const prettyPrintString = function (value: string): string { return `"${value}"`; }; export { prettyPrintString };