Buckets:
| export default function whichModule(exported) { | |
| if (typeof require === 'undefined') | |
| return null; | |
| for (let 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; | |
| } | |
Xet Storage Details
- Size:
- 321 Bytes
- Xet hash:
- eb38c80bfbac01529a0c1c386721f977fb6cfdb06f4222d6118a7e66cdf7255b
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.