mirror of
https://github.com/zkopru-network/zkopru.git
synced 2026-01-14 08:48:02 -05:00
3 lines
89 B
JavaScript
3 lines
89 B
JavaScript
// eslint-disable-next-line no-undef
|
|
module.exports = (...args) => window.fetch(...args)
|