UNPKG

@omnia/foundation

Version:

Provide omnia foundation typings and tooling work on client side for omnia extension

5 lines (4 loc) 203 B
import { PipeTransform } from "@angular/core"; export declare class OrderByPipe implements PipeTransform { transform(array: Array<any>, orderField: string, orderType?: boolean): Array<string>; }