UNPKG
@worldsky/weather
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
weather forcast
github.com/wwwx/weather-cli
wwwx/weather-cli
@worldsky/weather
/
build
/
chineseWeek.js
6 lines
(5 loc)
•
199 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
= (
function
(
index
) {
return
"星期"
+ [
"一"
,
"二"
,
"三"
,
"四"
,
"五"
,
"六"
,
"日"
][index]; });