Initial commit
[yaffs-website] / node_modules / has-gulplog / index.js
1 'use strict';
2
3 var sparkles = require('sparkles');
4
5 function hasGulplog(){
6   return sparkles.exists('gulplog');
7 }
8
9 module.exports = hasGulplog;