UNPKG

idyll

Version:

Command line interface for idyll lang

10 lines (8 loc) 193 B
const resolve = require('resolve'); module.exports.getLocalIdyll = function () { try { return resolve.sync('idyll', { basedir: process.cwd() }); } catch (err) { return null; } }