Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShaanCoding/makeread.me
/ isStringWithValue
Function
isStringWithValue
frontend/openAPI/generated/core/request.ts:20–22 ·
view source on GitHub ↗
(value: any)
Source
from the content-addressed store, hash-verified
18
};
19
20
export
const
isStringWithValue = (value: any): value is string => {
21
return
isString(value) && value !==
''
;
22
};
23
24
export
const
isBlob = (value: any): value is Blob => {
25
return
(
Callers
1
getHeaders
Function · 0.85
Calls
1
isString
Function · 0.85
Tested by
no test coverage detected