interface Reader {
    get filepath(): string;
    get meta(): Readonly<Scrydex>;
    get sourceMeta(): Readonly<ScryfallBulkData>;
    asStream(
        options?: ScryfallDB.Stream.StreamOptions,
    ): AsyncIterable<Record<string, any>>;
}
Index

Accessors

Methods

Accessors

  • get filepath(): string

    Returns string

    The associated filepath.

Methods