Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 549 Bytes

File metadata and controls

23 lines (12 loc) · 549 Bytes

{% if book.isPdf %}

of

{% else %}

{% endif %}

Converts arguments to an observable sequence.

Arguments

  1. args (Arguments): A list of arguments to turn into an Observable sequence.

Returns

(Observable): The observable sequence whose elements are pulled from the given arguments.

Example