UNPKG

@angular-generic-table/core

Version:
5 lines (4 loc) 220 B
import { PipeTransform } from '@angular/core'; export declare class GtTotalsPipe implements PipeTransform { transform(value: string | number | Function, data: Array<any>, objectKey: string, refresh: boolean): any; }