@rubeusteam/rb-angular-components
Version:
Adição do componente rb-change-log-dialog
8 lines (7 loc) • 320 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class IsArrayPipe implements PipeTransform {
transform(value: any): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<IsArrayPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<IsArrayPipe, "isArray", true>;
}