ngx2-pipes
Version:
Angular pipes library
13 lines (12 loc) • 639 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class IsStringPipe implements PipeTransform {
transform(value: any): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<IsStringPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<IsStringPipe, "isString">;
}
export declare class NgIsStringPipeModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NgIsStringPipeModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgIsStringPipeModule, [typeof IsStringPipe], never, [typeof IsStringPipe]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgIsStringPipeModule>;
}