This website requires JavaScript.
Explore
Help
Register
Sign In
SecurityOps
/
securityos
mirror of
https://codeberg.org/berkeley/securityos.git
Watch
1
Star
0
Fork
You've already forked securityos
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
main
securityos
/
node_modules
/
framer-motion
/
dist
/
es
/
animation
/
optimized-appear
/
store-id.mjs
4 lines
83 B
JavaScript
Raw
Permalink
Blame
History
const
appearStoreId
=
(
id
,
value
)
=>
`
${
id
}
:
${
value
}
`
;
export
{
appearStoreId
}
;
Reference in New Issue
View Git Blame
Copy Permalink