This website works better with JavaScript.
Explore
Help
Register
Sign In
Prajwal_Shreztha
/
GreenTech
Watch
1
Star
0
Fork
You've already forked GreenTech
0
Code
Issues
Pull Requests
Packages
Projects
Releases
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.
1
Commit
1
Branch
0
Tags
1.1 MiB
Tag:
Branch:
Tree:
771c8f3175
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '771c8f3175'
${ noResults }
GreenTech
/
HCT
/
node_modules
/
math-intrinsics
/
abs.js
5 lines
73 B
Raw
Normal View
History
Unescape
Escape
new files added
6 months ago
'use strict'
;
/** @type {import('./abs')} */
module
.
exports
=
Math
.
abs
;