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