Files
lodash/_nativeCreate.js
John-David Dalton 466c67a8b6 Bump to v4.1.0.
2016-01-29 01:20:57 -08:00

7 lines
182 B
JavaScript

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