UNPKG

167 BJavaScriptView Raw
1const destinationRegistry = require('./destinationRegistry');
2
3const getDestination = () => {
4 return destinationRegistry.get();
5};
6
7module.exports = getDestination;