@studiohyperdrive/ngx-utils
Version:
A series of abstracts, utils, pipes and services for Angular applications.
13 lines (12 loc) • 438 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class HasValuesPipe implements PipeTransform {
/**
* Checks whether an object has values
*
* @param value - The provided value
*/
transform(value: Object): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<HasValuesPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<HasValuesPipe, "hasValues", true>;
}