_nativeCreate.js 182 B

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