UNPKG

ng2-json-editor

Version:

Angular2 component for editing large json documents

8 lines (7 loc) 194 B
import { PipeTransform } from '@angular/core'; export declare class TypeOfPipe implements PipeTransform { /** * `typeof` with extra 'array' */ transform(value: any): string; }