MCPcopy Create free account
hub / github.com/Lobos/react-ui / constructor

Method constructor

test/utils/deepEqual.js:8–10  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

6
7class Person {
8 constructor(name) {
9 this.name = name;
10 }
11}
12
13class Man extends Person {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected