UNPKG

@jsdocs-io/extractor

Version:

Analyze and extract the API from npm packages

4 lines (3 loc) 112 B
export function sortByID(a: { id: string }, b: { id: string }): number { return a.id.localeCompare(b.id); }