This website works better with JavaScript.
Home
Explore
Help
Sign In
wayne.lee
/
tsms
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
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
Commits
12
Branches
5.0 MiB
TypeScript
98.9%
JavaScript
1%
Tree:
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
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '4ce14145bd'
${ noResults }
tsms
/
src
/
app
/
utils
/
manhourUtils.ts
4 lines
103 B
Raw
Blame
History
export const roundToNearestQuarter = (n: number): number => {
return Math.round(n / 0.25) * 0.25;
};