Vendor opencode source for docker build
This commit is contained in:
3
opencode/packages/util/src/iife.ts
Normal file
3
opencode/packages/util/src/iife.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function iife<T>(fn: () => T) {
|
||||
return fn()
|
||||
}
|
||||
Reference in New Issue
Block a user