PATH:
usr
/
local
/
lib
/
node_modules
/
gulp
/
node_modules
/
es5-ext
"use strict"; var safeToString = require("./safe-to-string"); var reNewLine = /[\n\r\u2028\u2029]/g; module.exports = function (value) { var string = safeToString(value); // Trim if too long if (string.length > 100) string = string.slice(0, 99) + "…"; // Replace eventual new lines string = string.replace(reNewLine, function (char) { return JSON.stringify(char).slice(1, -1); }); return string; };
[-] CHANGES
[edit]
[-] to-short-string-representation.js
[edit]
[+]
error
[+]
date
[+]
boolean
[+]
number
[+]
.github
[+]
..
[+]
promise
[-] optional-chaining.js
[edit]
[-] package.json
[edit]
[+]
iterable
[+]
function
[-] .editorconfig
[edit]
[-] global.js
[edit]
[-] index.js
[edit]
[+]
json
[+]
object
[+]
array
[+]
string
[-] README.md
[edit]
[-] safe-to-string.js
[edit]
[+]
math
[+]
reg-exp
[+]
test
[-] LICENSE
[edit]
[-] CHANGELOG.md
[edit]