This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
unleash.unleash
Watch
1
Star
0
Fork
0
You've already forked unleash.unleash
mirror of
https://github.com/Unleash/unleash.git
synced
2024-11-01 19:07:38 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
edd12709ef
unleash.unleash
/
src
/
lib
/
metric-events.ts
5 lines
99 B
TypeScript
Raw
Normal View
History
Unescape
Escape
chore: Begin converting files from JS to TypeScript
2021-02-16 14:30:08 +01:00
const
REQUEST_TIME
=
'request_time'
;
feat: add user create/update/delete events (#807)
2021-04-27 20:47:11 +02:00
const
DB_TIME
=
'db_time'
;
chore: Begin converting files from JS to TypeScript
2021-02-16 14:30:08 +01:00
feat: add user create/update/delete events (#807)
2021-04-27 20:47:11 +02:00
export
{
REQUEST_TIME
,
DB_TIME
}
;
Reference in New Issue
Copy Permalink