This website requires JavaScript.
Explore
Help
Sign In
Nigel
/
opencode_offline
Watch
0
Star
0
Fork
You've already forked opencode_offline
0
Code
Issues
Pull Requests
Actions
7
Packages
Projects
Releases
Wiki
Activity
9403f6ced5
opencode_offline
/
packages
/
opencode
/
src
/
util
/
iife.ts
4 lines
55 B
TypeScript
Raw
Blame
History
export
function
iife
<
T
>
(
fn
:
(
)
=
>
T
)
{
return
fn
(
)
}
Reference in New Issue
View Git Blame
Copy Permalink