UNPKG
is-timer
Version:
latest (1.0.0)
1.0.0
Is the string WDS ?
github.com/longdd3/Timer_Bom
longdd3/Timer_Bom
is-timer
/
index.js
4 lines
•
79 B
JavaScript
View Raw
1
2
3
4
function
isTB
(string)
{
return
string
===
"TB"
}
module
.exports = isTB;