Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 619 Bytes

File metadata and controls

20 lines (10 loc) · 619 Bytes

{% if book.isPdf %}

toSet

{% else %}

{% endif %}

Creates an observable sequence with a single item of a Set created from the observable sequence. Note that this only works in an ES6 environment or polyfilled.

Returns

(Observable): An observable sequence containing a single element with a Set containing all the elements of the source sequence.

Example