UNPKG

dnsd-name

Version:

Dynamic authoritative name server for Iris services

6 lines 141 B
module.exports = function to(promise) { return promise.then(data => { return [null, data]; }) .catch(err => [err]); }