UNPKG

@jsdocs-io/extractor

Version:

Analyze and extract the API from npm packages

4 lines (3 loc) 103 B
export function toID(...elements: string[]): string { return elements.filter(Boolean).join('.'); }