mirror of
https://github.com/wishthis/wishthis.git
synced 2026-01-02 12:18:22 -05:00
10 lines
144 B
JavaScript
10 lines
144 B
JavaScript
'use strict';
|
|
|
|
var sparkles = require('sparkles');
|
|
|
|
function hasGulplog(){
|
|
return sparkles.exists('gulplog');
|
|
}
|
|
|
|
module.exports = hasGulplog;
|