Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ded/script.js
/ script.js
File
script.js
src/script.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
(
function
(name, definition) {
2
if
(typeof module !=
'undefined'
&& module.exports) module.exports = definition()
3
else
if
(typeof define ==
'function'
&& define.amd) define(definition)
4
else
this[name] = definition()
Callers
nothing calls this directly
Calls
3
$script
Function · 0.85
each
Function · 0.85
every
Function · 0.85
Tested by
no test coverage detected