UNPKG
@crazy-thursday/use-kfc
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.0
generate crazy thursday info hooks!
crazy-thursday/useKFC
@crazy-thursday/use-kfc
/
dist
/
hook
/
use-thursday.d.ts
6 lines
(5 loc)
•
132 B
TypeScript
View Raw
1
2
3
4
5
6
/** *
@description
check current day of week is thursday *
@returns
{boolean} */
export
default
function
useThursday
(
):
boolean
;