MCPcopy Create free account
hub / github.com/UI5/webcomponents / defineProp

Function defineProp

packages/main/test/pages/diffable-html.js:5459–5463  ·  view source on GitHub ↗
(name, value)

Source from the content-addressed store, hash-verified

5457 DomHandler = require("domhandler");
5458
5459 function defineProp(name, value){
5460 delete module.exports[name];
5461 module.exports[name] = value;
5462 return value;
5463 }
5464
5465 module.exports = {
5466 Parser: Parser,

Callers 7

FeedHandlerFunction · 0.85
StreamFunction · 0.85
WritableStreamFunction · 0.85
ProxyHandlerFunction · 0.85
DomUtilsFunction · 0.85
CollectingHandlerFunction · 0.85
RssHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…