mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00: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;
|