MCPcopy
hub / github.com/prisma/prisma / constDeclaration

Function constDeclaration

packages/ts-builders/src/ConstDeclaration.ts:40–42  ·  view source on GitHub ↗
(name: string, type?: TypeBuilder)

Source from the content-addressed store, hash-verified

38}
39
40export function constDeclaration(name: string, type?: TypeBuilder) {
41 return new ConstDeclaration(name, type)
42}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected