UNPKG

angular-t9n

Version:

A translation tool for Angular i18n

2 lines (1 loc) 65 B
export type Sortable<TModel> = (a: TModel, b: TModel) => number;