wishthis/node_modules/has-gulplog/index.js
2022-01-21 09:28:41 +01:00

9 lines
144 B
JavaScript

'use strict';
var sparkles = require('sparkles');
function hasGulplog(){
return sparkles.exists('gulplog');
}
module.exports = hasGulplog;