UNPKG

166 BJavaScriptView Raw
1const destinationRegistry = require('./destinationRegistry');
2
3const setDestination = (dir) => {
4 destinationRegistry.set(dir);
5};
6
7module.exports = setDestination;