Module

utils/first

@ckeditor/ckeditor5-utils/src/first

module

Filtering

Functions

  • first( iterable ) → *

    static

    Returns first item of the given iterable.

    Parameters

    iterable : Iterable.<*>

    Returns

    *