mirror of
https://github.com/harish2704/dotFiles.git
synced 2026-09-10 15:21:09 +00:00
6 lines
104 B
JavaScript
6 lines
104 B
JavaScript
module.exports = {
|
|
user: 'Harish Karumuthil',
|
|
email: 'harish2704@gmail.com',
|
|
date: new Date(),
|
|
};
|