UNPKG

wickr-bedrock-bot

Version:

AWS Wickr's own Bedrock Bot

8 lines (7 loc) 208 B
export function setCredentialFeature(credentials, feature, value) { if (!credentials.$source) { credentials.$source = {}; } credentials.$source[feature] = value; return credentials; }