UNPKG

@lxlib/theme

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.

8 lines (7 loc) 211 B
import { PipeTransform } from '@angular/core'; /** * @see https://ng-alain.com/theme/keys */ export declare class KeysPipe implements PipeTransform { transform(value: any, keyIsNumber?: boolean): any[]; }