AngularTS
    Preparing search index...

    Type Alias DirectiveCompileFn

    DirectiveCompileFn: {
        bivarianceHack(
            templateElement: HTMLElement,
            transclude?: ChildTranscludeOrLinkFn,
        ): DirectiveLinkFn<unknown> | DirectivePrePost | undefined;
    }["bivarianceHack"]

    A compile function used to prepare directives before linking.