This website requires JavaScript.
Explore
Help
Register
Sign In
kavi
/
kuamail
Watch
1
Star
0
Fork
You've already forked kuamail
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b92d44778a
kuamail
/
node_modules
/
framer-motion
/
dist
/
es
/
utils
/
mix
/
immediate.mjs
6 lines
93 B
JavaScript
Raw
Blame
History
function
mixImmediate
(
a
,
b
)
{
return
(
p
)
=>
(
p
>
0
?
b
:
a
)
;
}
export
{
mixImmediate
}
;
Reference in New Issue
View Git Blame
Copy Permalink