UNPKG

ember-cli-ajh

Version:

Command line tool for developing ambitious ember.js apps

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; });