Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ isLayer
Function
isLayer
packages/effect/src/Layer.ts:276–276 ·
view source on GitHub ↗
(u: unknown)
Source
from the content-addressed store, hash-verified
274
* @since 2.0.0
275
*/
276
export
const
isLayer = (u: unknown): u is Layer<unknown, unknown, unknown> => hasProperty(u, TypeId)
277
278
const
LayerProto = {
279
[TypeId]: {
Callers
1
Layer.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected