6 lines
150 B
TypeScript
6 lines
150 B
TypeScript
import * as beautylog from 'beautylog';
|
|
import * as dns from 'dns';
|
|
import * as smartdelay from 'smartdelay';
|
|
|
|
export { beautylog, dns, smartdelay };
|