UNPKG

@alauda-fe/common

Version:

Alauda frontend team common codes.

10 lines (9 loc) 562 B
import { KeyValuePipe as _KeyValuePipe } from '@angular/common'; import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare const asIsComparator: (_a: unknown, _b: unknown) => number; export declare class KeyValuePipe extends _KeyValuePipe implements PipeTransform { transform<K extends keyof any, V>(input: Record<K, V>): import("@angular/common").KeyValue<string, V>[]; static ɵfac: i0.ɵɵFactoryDeclaration<KeyValuePipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<KeyValuePipe, "aclKeyvalue", true>; }