UNPKG

@giorgi-g/csv-parser

Version:

CSV parser for migrations with Sequelizer

9 lines (8 loc) 360 B
export declare const DB_USER: string; export declare const DB_PASSWORD: string; export declare const DB_ENV: string; export declare const DB_PORT: string; export declare const FILES_DIR = "files"; export declare const FILE_EXTENSION = "csv"; export declare const DB_CONNECTION_STRING: string | null; export declare const ELASTICSEARCH_BASE_URL: string | null;