UNPKG

163 BJavaScriptView Raw
1const {resolve} = require('path');
2
3// Prints the installed location of ocular-dev-tools
4module.exports = function() {
5 console.log(resolve(__dirname, '..'));
6};