ngx-json-schema-viewer
Version:
<h1 align="center">ngx-json-schema-viewer</h1>
12 lines (11 loc) • 632 B
TypeScript
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 {};