MCPcopy
hub / github.com/prisma/prisma / default

Method default

packages/ts-builders/src/Import.ts:101–103  ·  view source on GitHub ↗
(alias: string)

Source from the content-addressed store, hash-verified

99 }
100
101 default(alias: string): BindingsImport {
102 return new BindingsImport(this.from).default(alias)
103 }
104
105 named(namedImport: string | NamedImport) {
106 return new BindingsImport(this.from).named(namedImport)

Callers 12

getTestSuiteSchemaFunction · 0.45
Import.test.tsFile · 0.45
utils.tsFile · 0.45
toTSMethod · 0.45
utils.tsFile · 0.45
toTSMethod · 0.45
createClientFileFunction · 0.45
installPackageMethod · 0.45
createExecutorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected