UNPKG

@ashetm/ng-utility

Version:

``@ashetm/ng-utility`` is a library that provide some utilities classes, like pipes.

9 lines (8 loc) 409 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class IsDate<T extends Date | number | string> implements PipeTransform { transform(value: T, ...args: any): boolean; protected isDate(value: T): boolean; static ɵfac: i0.ɵɵFactoryDeclaration<IsDate<any>, never>; static ɵpipe: i0.ɵɵPipeDeclaration<IsDate<any>, "isDate", true>; }