UNPKG

atomic-algolia

Version:

An NPM package for running atomic updates to an Algolia index

9 lines (8 loc) 158 B
"use strict"; module.exports = function updateAction(hit, indexName) { return { action: "updateObject", indexName: indexName, body: hit }; };