UNPKG

158 BJavaScriptView Raw
1/* */
2
3module.exports.NO_MATCHING_FILES = (path) =>
4 `could not find any files matching ${path} 😳`;
5module.exports.EMDAER_FAILED = 'emdaer failed 😨';