UNPKG

103 BPlain TextView Raw
1export function toID(...elements: string[]): string {
2 return elements.filter(Boolean).join('.');
3}