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