Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/esamattis/underscore.string
/ s
Function
s
index.js:13–17 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
11
'use strict'
;
12
13
function
s(value) {
14
/* jshint validthis: true */
15
if
(!(this instanceof s))
return
new
s(value);
16
this._wrapped = value;
17
}
18
19
s.VERSION =
'3.3.6'
;
20
Callers
2
standalone.js
File · 0.85
trim.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected