MCPcopy
hub / github.com/arktypeio/arktype / StringifiableType

Interface StringifiableType

ark/attest/cache/ts.ts:270–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268 getProgram(env).getTypeChecker() as InternalTypeChecker
269
270export interface StringifiableType extends ts.Type {
271 toString(): string
272 isUnresolvable: boolean
273}
274
275export const getStringifiableType = (node: ts.Node): StringifiableType => {
276 const typeChecker = getInternalTypeChecker()

Callers 8

getJSDocFromSymbolFunction · 0.65
serializeArgFunction · 0.65
compareTsTypesFunction · 0.65
statsFunction · 0.65
processDurationEntryFunction · 0.65
displayIndividualSummaryFunction · 0.65

Implementers 3

ChainableAssertionsark/attest/assert/chainableAssertions.
ArkErrorark/schema/shared/errors.ts
ArkErrorsark/schema/shared/errors.ts

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…