This website requires JavaScript.
Explore
Help
Register
Sign In
ncaron
/
matcher
mirror of
https://gitlab.com/mobicoop/v3/service/matcher.git
Watch
1
Star
0
Fork
You've already forked matcher
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ce48890a66
matcher
/
old
/
modules
/
geography
/
domain
/
interfaces
/
timezone-finder.interface.ts
4 lines
84 B
TypeScript
Raw
Blame
History
export
interface
IFindTimezone
{
timezones
(
lon
:
number
,
lat
:
number
)
:
string
[
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink