Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ omit
Method
omit
packages/effect/src/Schema.ts:2901–2903 ·
view source on GitHub ↗
(...keys: Array<keyof Fields>)
Source
from the content-addressed store, hash-verified
2899
}
2900
2901
static omit(...keys: Array<keyof Fields>): Struct<Simplify<Omit<Fields, typeof keys[number]>>> {
2902
return
Struct(struct_.omit(fields, ...keys) as any)
2903
}
2904
}
2905
}
2906
Callers
nothing calls this directly
Calls
2
Struct
Function · 0.70
omit
Method · 0.65
Tested by
no test coverage detected