UNPKG

@cxra/routine-assistance

Version:

RA (Routine Assistance).

9 lines (8 loc) 425 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; /** Проверяет является ли значение определенным */ export declare class IsDefinedPipe implements PipeTransform { transform(value: unknown): boolean; static ɵfac: i0.ɵɵFactoryDeclaration<IsDefinedPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<IsDefinedPipe, "isD", false>; }