UNPKG

@qelos/assets

Version:

manage assets like images and static files on remote servers

5 lines (4 loc) 144 B
export function isValidHostname(hostname) { const hostPattern = /^[a-z0-9][a-z0-9\.\-]*[a-z0-9]$/; return hostPattern.test(hostname); }