UNPKG

@eightshone/sshman

Version:
6 lines (4 loc) 142 B
function normalizeServerName(name: string): string { return name.toLowerCase().replaceAll(" ", "-"); } export default normalizeServerName;