mirror of
https://gitea.com/actions/stale.git
synced 2026-07-18 03:24:10 +00:00
0649bd8119
* Bumping actions/github to 2.2.0 for GHES * Husky commit correct node modules
7 lines
187 B
JavaScript
7 lines
187 B
JavaScript
var getNative = require('./_getNative');
|
|
|
|
/* Built-in method references that are verified to be native. */
|
|
var nativeCreate = getNative(Object, 'create');
|
|
|
|
module.exports = nativeCreate;
|