UNPKG

newsie

Version:

An NNTP Client Library targeting NodeJS. It supports the authentication, TLS encryption, base NNTP commands, and more.

10 lines (8 loc) 204 B
export * from './Client' export * from './handlers' export * from './model' export * from './url' export * from './parse' export * from './Connection' import Client from './Client' export default Client