Package version:

  • Given the last .value produced by the byPage iterator, returns a continuation token that can be used to begin paging from that point later.

    Parameters

    • page: unknown

      An object from accessing value on the IteratorResult from a byPage iterator.

    Returns string | undefined

    The continuation token that can be passed into byPage() during future calls.