MCPcopy
hub / github.com/prisma/prisma / dedent

Function dedent

packages/client/src/runtime/utils/dedent.ts:3–5  ·  view source on GitHub ↗
(str: string)

Source from the content-addressed store, hash-verified

1import strip from 'strip-indent'
2
3export function dedent(str: string): string {
4 return strip(str)
5}

Callers 2

sliceMethod · 0.90
formatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected