mirror of
https://github.com/actions/setup-node.git
synced 2025-12-16 18:21:48 +08:00
.
This commit is contained in:
15
node_modules/object.getownpropertydescriptors/index.js
generated
vendored
15
node_modules/object.getownpropertydescriptors/index.js
generated
vendored
@@ -1,15 +0,0 @@
|
||||
'use strict';
|
||||
|
||||
var define = require('define-properties');
|
||||
|
||||
var implementation = require('./implementation');
|
||||
var getPolyfill = require('./polyfill');
|
||||
var shim = require('./shim');
|
||||
|
||||
define(implementation, {
|
||||
getPolyfill: getPolyfill,
|
||||
implementation: implementation,
|
||||
shim: shim
|
||||
});
|
||||
|
||||
module.exports = implementation;
|
||||
Reference in New Issue
Block a user