@hyahfoufi/ng-snotify
Version:
Angular 2+ alternative notifications center
8 lines (7 loc) • 319 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class KeysPipe implements PipeTransform {
transform(value: any, args?: any[]): any;
static ɵfac: i0.ɵɵFactoryDeclaration<KeysPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<KeysPipe, "keys", false>;
}