MCPcopy
hub / github.com/rrweb-io/rrweb / IMimeType

Interface IMimeType

packages/all/test/utils.ts:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32interface IMimeType {
33 [key: string]: string;
34}
35export const startServer = (defaultPort = 3030) =>
36 new Promise<http.Server>((resolve) => {
37 const mimeType: IMimeType = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected