MCPcopy
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 */
9export function define (obj, prop, definition) {
10 Object.defineProperty(obj, prop, definition)
11}
12
13/**
14 * Sorts aphabetically object keys.

Callers 13

run.jsFile · 0.90
move.jsFile · 0.90
clones.jsFile · 0.90
autoplay.jsFile · 0.90
sizes.jsFile · 0.90
gaps.jsFile · 0.90
controls.jsFile · 0.90
peek.jsFile · 0.90
anchors.jsFile · 0.90
transition.jsFile · 0.90
direction.jsFile · 0.90
html.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected