mirror of
https://code.forgejo.org/actions/setup-python
synced 2025-06-13 14:34:11 +02:00
Initial pass
This commit is contained in:
commit
39c08a0eaa
7242 changed files with 1886006 additions and 0 deletions
9
node_modules/inherits/inherits.js
generated
vendored
Normal file
9
node_modules/inherits/inherits.js
generated
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
try {
|
||||
var util = require('util');
|
||||
/* istanbul ignore next */
|
||||
if (typeof util.inherits !== 'function') throw '';
|
||||
module.exports = util.inherits;
|
||||
} catch (e) {
|
||||
/* istanbul ignore next */
|
||||
module.exports = require('./inherits_browser.js');
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue