biofriction-wp-theme/node_modules/has-gulplog/index.js

10 lines
144 B
JavaScript
Raw Permalink Normal View History

2021-10-26 14:18:09 +02:00
'use strict';
var sparkles = require('sparkles');
function hasGulplog(){
return sparkles.exists('gulplog');
}
module.exports = hasGulplog;