UNPKG

briareus

Version:

Briareus assists with Feature Branch deploys to ECS

7 lines (6 loc) 130 B
'use strict' module.exports = function (client) { return function (options, cb) { client.variant.delete(options, cb); } }