kysely
    Preparing search index...

    Interface MysqlStream<T>

    interface MysqlStream<T> {
        "[asyncIterator]"(): AsyncIterableIterator<T>;
    }

    Type Parameters

    • T
    Index

    Methods