mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-06-22 21:41:33 +00:00
7 lines
138 B
JavaScript
7 lines
138 B
JavaScript
![]() |
'use strict'
|
||
|
|
||
|
module.exports = {
|
||
|
// https://github.com/libp2p/specs/tree/master/fetch#wire-protocol
|
||
|
PROTOCOL: '/libp2p/fetch/0.0.1'
|
||
|
}
|