UNPKG
bdns
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.2
0.0.1
0.0.0
DNS wrapper for node.js
github.com/bcoin-org/bdns
bcoin-org/bdns
bdns
/
lib
/
bdns.js
10 lines
(7 loc)
•
195 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/*! * bdns.js - dns backend for bcoin * Copyright (c) 2014-2017, Christopher Jeffrey (MIT License). * https://github.com/bcoin-org/bcoin */
'use strict'
;
module
.
exports
=
require
(
'./dns'
);