mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-04 16:13:11 +00:00
OpenTUI is here (#2685)
This commit is contained in:
3
packages/opencode/src/util/iife.ts
Normal file
3
packages/opencode/src/util/iife.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function iife<T>(fn: () => T) {
|
||||
return fn()
|
||||
}
|
||||
Reference in New Issue
Block a user