iter-fns - v0.13.0
    Preparing search index...

    Module shims

    shims allows built-in JavaScript types to automatically support SizedIterable and ReverseIterable where possible.

    import "iter-fns/shims";
    

    The following types have the following implementations:

    It will also expose reverseIterator as Symbol.reverseIterator and iterableSize as Symbol.iterableSize.