MCPcopy Create free account
hub / github.com/kpdecker/jsdiff / TimeoutOption

Interface TimeoutOption

src/types.ts:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35export interface TimeoutOption {
36 /**
37 * A number of milliseconds after which the diffing algorithm will abort and return `undefined`.
38 * Supported by the same functions as `maxEditLength`.
39 */
40 timeout: number;
41}
42
43export interface MaxEditLengthOption {
44 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected