UNPKG

@yookue/ts-lang-utils

Version:

Common lang utilities for typescript

4 lines 201 B
import _typeof from "@babel/runtime/helpers/esm/typeof"; export function hasProp(object, prop) { return _typeof(object) === 'object' && !!prop && Object.prototype.hasOwnProperty.call(object, prop); }