UNPKG

ngx-json-schema-viewer

Version:
12 lines (11 loc) 632 B
import { PipeTransform } from '@angular/core'; import type { JSONSchema } from "../types"; import * as i0 from "@angular/core"; type ValueType = Record<string, string[] | readonly string[] | JSONSchema>; type OutputType = Record<string, string[] | readonly string[]>; export declare class DependanciesToDependentRequiredPipe implements PipeTransform { transform(dependentRequired: ValueType): OutputType; static ɵfac: i0.ɵɵFactoryDeclaration<DependanciesToDependentRequiredPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<DependanciesToDependentRequiredPipe, "dependanciesTodependentRequired", true>; } export {};