MCPcopy Index your code
hub / github.com/microsoft/SandDance / constant

Function constant

docs/app/js/sanddance-app.js:106790–106792  ·  view source on GitHub ↗
(_)

Source from the content-addressed store, hash-verified

106788 };
106789};
106790function constant(_) {
106791 return isFunction(_) ? _ : ()=>_;
106792}
106793function debounce(delay, handler) {
106794 let tid;
106795 return (e)=>{

Callers

nothing calls this directly

Calls 1

isFunctionFunction · 0.70

Tested by

no test coverage detected