MCPcopy
hub / github.com/remix-run/remix / Parser

Interface Parser

packages/multipart-parser/bench/runner.ts:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25]
26
27interface Parser {
28 parse(message: messages.MultipartMessage): Promise<number>
29}
30
31interface ParsedOptions {
32 parserName?: string

Callers

nothing calls this directly

Implementers 3

RoutePatternpackages/route-pattern/src/lib/route-p
Cookiepackages/cookie/src/lib/cookie.ts
TarParserpackages/tar-parser/src/lib/tar.ts

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…