PBKware JS Utils - v0.8.2
    Preparing search index...

    Type Alias ForEachStringCallback

    ForEachStringCallback: (
        this: void,
        name: string,
        value: string,
        idx: Integer,
    ) => void

    Type declaration

      • (this: void, name: string, value: string, idx: Integer): void
      • Parameters

        • this: void
        • name: string
        • value: string
        • idx: Integer

        Returns void