UNPKG
exp-dns
Version:
latest (0.0.1)
0.0.1
Test Package
github.com/bcoin-org/bdns
bcoin-org/bdns
exp-dns
/
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'
);