@adviser/cement - v0.0.0
    Preparing search index...

    Interface HeaderForeach

    interface HeaderForeach {
        forEach(
            callbackfn: (
                value: string | string[],
                key: string,
                parent: this,
            ) => void,
        ): void;
    }
    Index

    Methods

    Methods

    • Parameters

      • callbackfn: (value: string | string[], key: string, parent: this) => void

      Returns void