mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-05-04 19:52:28 +00:00
4 lines
91 B
TypeScript
4 lines
91 B
TypeScript
export const OPEN: 'open';
|
|
export const CLOSING: 'closing';
|
|
export const CLOSED: 'closed';
|