UNPKG

atomic-algolia

Version:

An NPM package for running atomic updates to an Algolia index

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