
{{alias}}
    Async iterator symbol.

    This symbol specifies the default async iterator for an object.

    The symbol is only supported in ES2018+ environments. For non-supporting
    environments, the value is `null`.

    Examples
    --------
    > var s = {{alias}}

    See Also
    --------

