MCPcopy
hub / github.com/prisma/prisma / extends

Method extends

packages/ts-builders/src/Class.ts:38–41  ·  view source on GitHub ↗
(type: NamedType)

Source from the content-addressed store, hash-verified

36 }
37
38 extends(type: NamedType) {
39 this.extendedTypes.push(type)
40 return this
41 }
42
43 write(writer: Writer): void {
44 writer.write('class ').write(this.name)

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected