initial
This commit is contained in:
@@ -1,9 +1,34 @@
|
||||
// native scope
|
||||
import * as path from 'path';
|
||||
import * as net from 'net';
|
||||
import * as dgram from 'dgram';
|
||||
import * as events from 'events';
|
||||
|
||||
export { path };
|
||||
export { path, net, dgram, events };
|
||||
|
||||
// @push.rocks scope
|
||||
import * as smartpath from '@push.rocks/smartpath';
|
||||
import * as smartpromise from '@push.rocks/smartpromise';
|
||||
import * as smartdelay from '@push.rocks/smartdelay';
|
||||
import * as smartnetwork from '@push.rocks/smartnetwork';
|
||||
|
||||
export { smartpath };
|
||||
// Re-export SmartRequest for HTTP
|
||||
import { SmartRequest } from '@push.rocks/smartrequest';
|
||||
export { SmartRequest };
|
||||
|
||||
export {
|
||||
smartpath,
|
||||
smartpromise,
|
||||
smartdelay,
|
||||
smartnetwork,
|
||||
};
|
||||
|
||||
// third party
|
||||
import * as bonjourService from 'bonjour-service';
|
||||
import ipp from 'ipp';
|
||||
import * as nodeSsdp from 'node-ssdp';
|
||||
import * as netSnmp from 'net-snmp';
|
||||
import * as sonos from 'sonos';
|
||||
import * as castv2Client from 'castv2-client';
|
||||
|
||||
export { bonjourService, ipp, nodeSsdp, netSnmp, sonos, castv2Client };
|
||||
|
||||
Reference in New Issue
Block a user