Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/glidejs/glide
/ define
Function
define
src/utils/object.js:9–11 ·
view source on GitHub ↗
(obj, prop, definition)
Source
from the content-addressed store, hash-verified
7
* @
return
{Void}
8
*/
9
export
function
define (obj, prop, definition) {
10
Object.defineProperty(obj, prop, definition)
11
}
12
13
/**
14
* Sorts aphabetically object keys.
Callers
13
run.js
File · 0.90
move.js
File · 0.90
clones.js
File · 0.90
autoplay.js
File · 0.90
sizes.js
File · 0.90
gaps.js
File · 0.90
controls.js
File · 0.90
peek.js
File · 0.90
anchors.js
File · 0.90
transition.js
File · 0.90
direction.js
File · 0.90
html.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected