This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
insomnia
Watch
1
Star
0
Fork
0
You've already forked insomnia
mirror of
https://github.com/Kong/insomnia
synced
2024-11-08 14:49:53 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
53965ed1fd
insomnia
/
flow-typed
/
uuid.js
7 lines
101 B
JavaScript
Raw
Normal View
History
Unescape
Escape
More verbose flow types
2017-07-19 02:54:03 +00:00
declare
module
'uuid'
{
declare
module
.
exports
:
{
Add hash template tag (#560)
2017-11-01 11:24:00 +00:00
v4
:
(
)
=>
string
,
v1
:
(
)
=>
string
More verbose flow types
2017-07-19 02:54:03 +00:00
}
}
Reference in New Issue
Copy Permalink