@twinfinity/core
    Preparing search index...

    Interface IterableT8Project<TProduct>

    interface IterableT8Project<TProduct> {
        "[iterator]"(): Iterator<TProduct>;
    }

    Type Parameters

    • TProduct
    Index

    Methods

    Methods