Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ Dog
Class
Dog
packages/effect/src/Schema.ts:14291–14293 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14289
* }) {}
14290
*
14291
*
class
Dog extends Animal.extend<Dog>(
"Dog"
)({
14292
* breed: Schema.String
14293
* }) {}
14294
*
14295
*
const
dog =
new
Dog({ name:
"Rex"
, breed:
"Labrador"
})
14296
* dog.name
// => "Rex"
Callers
nothing calls this directly
Calls
1
extend
Method · 0.65
Tested by
no test coverage detected