API 参考
    正在准备搜索索引...

    接口 CSVOptions

    interface CSVOptions {
        encode: string;
        file: Buffer;
    }
    索引
    encode: string
    file: Buffer