This website requires JavaScript.
Explore
Help
Sign in
kbruen
/
db-vendo-client
Watch
1
Star
0
Fork
You've already forked db-vendo-client
0
mirror of
https://github.com/public-transport/db-vendo-client.git
synced
2025-02-22 22:59:35 +02:00
Code
Issues
Projects
Releases
Packages
1
Wiki
Activity
Actions
main
db-vendo-client
/
format
/
coord.js
6 lines
77 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
apply linting rules follow-up of 228c7253
2024-02-06 22:58:49 +01:00
const
formatCoord
=
x
=>
Math
.
round
(
x
*
1000000
)
;
rename stringify -> format
2017-11-12 00:53:34 +01:00
convert to ESM 💥📝
2022-05-07 16:17:37 +02:00
export
{
formatCoord
,
apply linting rules follow-up of 228c7253
2024-02-06 22:58:49 +01:00
}
;
Reference in a new issue
Copy permalink