UNPKG

line-counter-node

Version:
22 lines (21 loc) 676 B
/** * * * * * * * * * * * * * * * * * * * * * Line Counter * * * * * * * * * * * * * * * * * * * * * * * * Author : Özgür Senekci * * * * Skype : socialinf * * * * License : The MIT License (MIT) * * * * * * * * * * * * * * * * * * * * * * * */ module.exports = { ERROR: "error", FILE_ACCEPTED: "file.accepted", DIR_ACCEPTED: "dir.accepted", FILE_IGNORED: "file.ignored", DIR_IGNORED: "dir.ignored", FILE_PROCESSED: "file.processed" };