Skip to content
Subhajit Sahu edited this page Feb 10, 2020 · 1 revision

Gives path of data CSV file.

foodins.csv();
// --> 'path to CSV file'
const foodins = require('food-ins');

foodins.csv();
// 'D:\\Documents\\food-ins\\index.csv'
Clone this wiki locally