smartdns/ts/dnsly.plugins.ts

6 lines
181 B
TypeScript
Raw Normal View History

import * as dns from 'dns';
2019-01-06 23:21:15 +00:00
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartpromise from '@pushrocks/smartpromise';
2016-11-15 20:39:21 +00:00
2019-01-06 23:21:15 +00:00
export { dns, smartdelay, smartpromise };