UNPKG

@knora/action

Version:
8 lines (7 loc) 251 B
import { PipeTransform } from '@angular/core'; export declare class SortByPipe implements PipeTransform { /** * compares value by value and brings it to alphabetical order */ transform(array: Array<any>, args: string): Array<any>; }