MCPcopy Create free account
hub / github.com/beefe/react-native-actionsheet / isset

Function isset

lib/utils.js:1–3  ·  view source on GitHub ↗
(prop)

Source from the content-addressed store, hash-verified

1export function isset (prop) {
2 return typeof prop !== 'undefined'
3}
4
5export function merge (target, source) {
6 Object.keys(source).forEach((key) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…