UNPKG

@message-queue-toolkit/sns

Version:
8 lines 244 B
export function isCreateTopicCommand(value) { return !!value && !!value.Name; } export function isSNSTopicLocatorType(value) { return (!!value && (!!value.topicArn || !!value.topicName)); } //# sourceMappingURL=TopicTypes.js.map