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

Method exec

ark/regex/regex.ts:38–38  ·  view source on GitHub ↗
(s: string)

Source from the content-addressed store, hash-verified

36 test(s: string): s is pattern
37
38 exec(s: string): this["inferExecArray"] | null
39 // allow extension of base RegExp with more accurate types
40 // since parameters are identical, this overload will never be hit
41 exec(s: string): never

Callers 4

parseJsDocLinkFunction · 0.80
parseEnclosedFunction · 0.80
applyReplacementsFunction · 0.80
shiki.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected