8
0

nativeCreate.js 181 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;