Function itr8FromSingleValueAsync

  • Turns a single value into an (async) Iterator that will produce 1 result. Should work for boolean, number, string, object, ...

    Returns

    an iterator

    Type Parameters

    • T

    Parameters

    • v: any

    Returns AsyncIterableIterator<T>

Generated using TypeDoc