mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 14:37:49 +00:00
7 lines
209 B
JavaScript
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;
|