This website requires JavaScript.
Explore
Help
Sign In
internal
/
sangwaritaxi_website
Watch
3
Star
0
Fork
You've already forked sangwaritaxi_website
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
562a32c7fa
sangwaritaxi_website
/
node_modules
/
motion-dom
/
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