mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-21 05:24:45 +00:00
.
This commit is contained in:
parent
9fff29ba6c
commit
00c3b50fca
7278 changed files with 0 additions and 1778943 deletions
9
node_modules/which-module/index.js
generated
vendored
9
node_modules/which-module/index.js
generated
vendored
|
@ -1,9 +0,0 @@
|
|||
'use strict'
|
||||
|
||||
module.exports = function whichModule (exported) {
|
||||
for (var i = 0, files = Object.keys(require.cache), mod; i < files.length; i++) {
|
||||
mod = require.cache[files[i]]
|
||||
if (mod.exports === exported) return mod
|
||||
}
|
||||
return null
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue