Add file comment to notification.js

This commit is contained in:
Chauncey McAskill
2022-03-22 16:32:06 -04:00
parent 28aa6c7de6
commit d49d3eabb2

View File

@@ -1,3 +1,7 @@
/**
* @file Provides a decorator for cross-platform notification.
*/
import notifier from 'node-notifier';
/**