UNPKG

twilio-ccai-fulfillment-tools

Version:

A collection of tools to assist in the creation of Twilio CCAI Integration cards via fulfillment scripts

9 lines (8 loc) 313 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.findContext = void 0; exports.findContext = function (contains, contexts) { return contexts ? contexts.find(function (context) { return context.name && context.name.indexOf(contains) > -1; }) : undefined; };