Commit 115f952d authored by Patiphan Marak's avatar Patiphan Marak

add contact manager CLI project

parent eb8b6107
...@@ -46,4 +46,5 @@ const getContact = (name) => { ...@@ -46,4 +46,5 @@ const getContact = (name) => {
}; };
// exports.toLower = lower; // exports.toLower = lower;
module.exports = { addContact, getContact }; module.exports = { addContact, getContact };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment