UNPKG

atomic-algolia

Version:

An NPM package for running atomic updates to an Algolia index

11 lines (10 loc) 180 B
"use strict"; module.exports = function deleteAction(id, indexName) { return { action: "deleteObject", indexName: indexName, body: { objectID: id } }; };