UNPKG

sarge

Version:

Register and use custom search indexers to create, update and use search indices.

13 lines (11 loc) 198 B
'use strict'; module.exports = function() { return { collect: function(file, next) { return next(null, file); }, index: function(files, options, cb) { cb(); } }; };