This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
wayne.lee
/
tsms
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
2
Вики
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
283
Комити
12
Гране
5.0 MiB
TypeScript
98.9%
JavaScript
1%
Дрво:
4ce14145bd
develop
item_105
main
milestone_section_updates
saturday_normal_hour
Create_Invoice
bssp
caren
demo_branch
hailey
projects
testingHideMenuIcon
Baseline_180220205_Frontend
Baseline_30082024_FRONTEND_UAT
Гране
Ознаке
${ item.name }
Create branch
${ searchTerm }
from '4ce14145bd'
${ noResults }
tsms
/
src
/
app
/
utils
/
manhourUtils.ts
4 lines
103 B
Датотека
Blame
Историја
export const roundToNearestQuarter = (n: number): number => {
return Math.round(n / 0.25) * 0.25;
};