mirror of
https://github.com/Raghu-Ch/nodeRestAPI.git
synced 2026-02-10 20:53:02 -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;
|