UNPKG

@heroku-cli/plugin-certs-v5

Version:
11 lines (8 loc) 169 B
'use strict' module.exports = function (endpoint) { let display = endpoint.name if (endpoint.cname) { display += ` (${endpoint.cname})` } return display }