UNPKG

mout

Version:

Modular Utilities

16 lines (10 loc) 211 B
define(['./get'], function (get) { var UNDEF; /** * Check if object has nested property. */ function has(obj, prop){ return get(obj, prop) !== UNDEF; } return has; });