We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b113a commit f348f9eCopy full SHA for f348f9e
lib/utils/format-time.js
@@ -45,7 +45,7 @@ function isSYS (mask) {
45
/**
46
* Checks if the given format string is SYS:STANDARD.
47
*
48
- * @param {string} mask The format string to check.
+ * @param {`SYS:${string}`} mask The format string to check.
49
* @returns {mask is 'SYS:STANDARD'} `true` if the format string is SYS:STANDARD, otherwise `false`.
50
*/
51
function isSysStandard (mask) {
0 commit comments