UNPKG

@rubeusteam/rb-angular-components

Version:
21 lines (20 loc) 782 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class RbCustomPipe implements PipeTransform { transform(value: any, type: string): any; dateTransform(value: any, format?: string): any; private dateTimeTransform; currencyTransform(value: any): any; cpfTransform(value: any): any; cnpjTransform(value: any): any; phoneTransform(value: any): any; cepTransform(value: any): any; maskTransform(value: any): any; relativeTimeTransform(value: any): any; lastModifiedTransform(value: { date: string; author: string; }): string; static ɵfac: i0.ɵɵFactoryDeclaration<RbCustomPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<RbCustomPipe, "rbCustomPipe", true>; }