UNPKG

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