Files
lodash/_nativeDefineProperty.js
John-David Dalton 94ac73824f Bump to v4.16.0.
2016-09-17 22:28:43 -07:00

7 lines
209 B
JavaScript

import getNative from './_getNative.js';
/* Built-in method references that are verified to be native. */
var nativeDefineProperty = getNative(Object, 'defineProperty');
export default nativeDefineProperty;