generated from gxc-solutions/gxc-template-repo
This commit is contained in:
parent
4b971ea4eb
commit
12f837d316
11 changed files with 314 additions and 1 deletions
1
lib/src/functions/index.ts
Normal file
1
lib/src/functions/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export const degToRad = (deg: number) => (deg * Math.PI) / 180;
|
||||
Loading…
Add table
Add a link
Reference in a new issue