UNPKG

@fluent-form/core

Version:

An Angular dynamic forms library powered by Fluent API and JSON.

11 lines (10 loc) 386 B
import { type PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; /** * @internal */ export declare class InvokePipe implements PipeTransform { transform<A extends unknown[], R>(value: (...args: A) => R, ...args: A): R; static ɵfac: i0.ɵɵFactoryDeclaration<InvokePipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<InvokePipe, "invoke", true>; }