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

Method castInput

src/diff/base.ts:286–288  ·  view source on GitHub ↗
(value: InputValueT, options: AllDiffOptions)

Source from the content-addressed store, hash-verified

284
285 // eslint-disable-next-line @typescript-eslint/no-unused-vars
286 castInput(value: InputValueT, options: AllDiffOptions): ValueT {
287 return value as unknown as ValueT;
288 }
289
290 // eslint-disable-next-line @typescript-eslint/no-unused-vars
291 tokenize(value: ValueT, options: AllDiffOptions): TokenT[] {

Callers 1

diffMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected