-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
137 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
import { IYearHolidays } from './types.js'; | ||
export declare const HOLIDAYS_2025: IYearHolidays; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.HOLIDAYS_2025 = void 0; | ||
exports.HOLIDAYS_2025 = { | ||
1: { | ||
1: true, // 새해 | ||
28: true, // 설날 연휴 | ||
29: true, // 설날 | ||
30: true, // 설날 연휴 | ||
}, | ||
2: {}, | ||
3: { | ||
1: true, // 삼일절 | ||
3: true, // 삼일절 대체공휴일 | ||
}, | ||
4: {}, | ||
5: { | ||
1: true, // 근로자의 날 | ||
5: true, // 어린이날, 부처님 오신날 | ||
6: true, // 부처님 오신날 대체공휴일 | ||
}, | ||
6: { | ||
6: true, // 현충일 | ||
}, | ||
7: {}, | ||
8: { | ||
15: true, // 광복절 | ||
}, | ||
9: {}, | ||
10: { | ||
3: true, // 개천절 | ||
5: true, // 추석 연휴 | ||
6: true, // 추석 | ||
7: true, // 추석 연휴 | ||
8: true, // 추석 대체공휴일 | ||
9: true, // 한글날 | ||
}, | ||
11: {}, | ||
12: { | ||
25: true, // 성탄절 | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
import { IYearHolidays } from './types.js'; | ||
export declare const HOLIDAYS_2025: IYearHolidays; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
export var HOLIDAYS_2025 = { | ||
1: { | ||
1: true, // 새해 | ||
28: true, // 설날 연휴 | ||
29: true, // 설날 | ||
30: true, // 설날 연휴 | ||
}, | ||
2: {}, | ||
3: { | ||
1: true, // 삼일절 | ||
3: true, // 삼일절 대체공휴일 | ||
}, | ||
4: {}, | ||
5: { | ||
1: true, // 근로자의 날 | ||
5: true, // 어린이날, 부처님 오신날 | ||
6: true, // 부처님 오신날 대체공휴일 | ||
}, | ||
6: { | ||
6: true, // 현충일 | ||
}, | ||
7: {}, | ||
8: { | ||
15: true, // 광복절 | ||
}, | ||
9: {}, | ||
10: { | ||
3: true, // 개천절 | ||
5: true, // 추석 연휴 | ||
6: true, // 추석 | ||
7: true, // 추석 연휴 | ||
8: true, // 추석 대체공휴일 | ||
9: true, // 한글날 | ||
}, | ||
11: {}, | ||
12: { | ||
25: true, // 성탄절 | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
import { IYearHolidays } from './types.js'; | ||
|
||
export const HOLIDAYS_2025: IYearHolidays = { | ||
1: { | ||
1: true, // 새해 | ||
28: true, // 설날 연휴 | ||
29: true, // 설날 | ||
30: true, // 설날 연휴 | ||
}, | ||
2: {}, | ||
3: { | ||
1: true, // 삼일절 | ||
3: true, // 삼일절 대체공휴일 | ||
}, | ||
4: {}, | ||
5: { | ||
1: true, // 근로자의 날 | ||
5: true, // 어린이날, 부처님 오신날 | ||
6: true, // 부처님 오신날 대체공휴일 | ||
}, | ||
6: { | ||
6: true, // 현충일 | ||
}, | ||
7: {}, | ||
8: { | ||
15: true, // 광복절 | ||
}, | ||
9: {}, | ||
10: { | ||
3: true, // 개천절 | ||
5: true, // 추석 연휴 | ||
6: true, // 추석 | ||
7: true, // 추석 연휴 | ||
8: true, // 추석 대체공휴일 | ||
9: true, // 한글날 | ||
}, | ||
11: {}, | ||
12: { | ||
25: true, // 성탄절 | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters