MCPcopy
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
13function s(value) {
14 /* jshint validthis: true */
15 if (!(this instanceof s)) return new s(value);
16 this._wrapped = value;
17}
18
19s.VERSION = '3.3.6';
20

Callers 2

standalone.jsFile · 0.85
trim.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected