UNPKG
dnsd-name
Version:
latest (0.9.5)
0.9.5
Dynamic authoritative name server for Iris services
github.com/iriscouch/dnsd
iriscouch/dnsd
dnsd-name
/
to.js
6 lines
•
141 B
JavaScript
View Raw
1
2
3
4
5
6
module
.
exports
=
function
to
(
promise
) {
return
promise.
then
(
data
=>
{
return
[
null
, data]; }) .
catch
(
err
=>
[err]); }