Returns a string that single quotes the given text
Optional
the text to inspect
a string that single quotes the given text
quoteSingle(undefined); // undefinedquoteSingle('foobar'); // '\'foobar\'' Copy
quoteSingle(undefined); // undefinedquoteSingle('foobar'); // '\'foobar\''
Returns a string that single quotes the given text