UNPKG

gopher-lib

Version:

Client, server and utility library for the Gopher Internet protocol.

13 lines (10 loc) 269 B
'use strict'; const GopherClient = require('./client'); const GopherServer = require('./server'); const GopherCommon = require('./common'); module.exports = { Client: GopherClient, Server: GopherServer, Resource: GopherCommon.Resource, Type: GopherCommon.Type };