mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-04-25 11:32:23 +00:00
8 lines
92 B
JavaScript
8 lines
92 B
JavaScript
|
'use strict'
|
||
|
|
||
|
module.exports = {
|
||
|
OPEN: 'open',
|
||
|
CLOSING: 'closing',
|
||
|
CLOSED: 'closed'
|
||
|
}
|