Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/kpdecker/jsdiff
/ diffCharsOverloads.test-d.ts
File
diffCharsOverloads.test-d.ts
test-d/diffCharsOverloads.test-d.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{expectType} from
'tsd'
;
2
import
{ChangeObject, diffChars} from
'../libesm/index.js'
;
3
4
const
result1 = diffChars(
'foo'
,
'bar'
, {ignoreCase: true});
Callers
nothing calls this directly
Calls
1
diffChars
Function · 0.85
Tested by
no test coverage detected