MCPcopy Create free account
hub / github.com/TruthHun/BookStack / isUndef

Function isUndef

static/vuejs/vue.esm.js:4514–4516  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

4512var hooks = ['create', 'activate', 'update', 'remove', 'destroy'];
4513
4514function isUndef (v) {
4515 return v === undefined || v === null
4516}
4517
4518function isDef (v) {
4519 return v !== undefined && v !== null

Callers 3

updateChildrenFunction · 0.70
patchVnodeFunction · 0.70
createPatchFunctionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected