MCPcopy 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
20export const isStringWithValue = (value: any): value is string => {
21 return isString(value) && value !== '';
22};
23
24export const isBlob = (value: any): value is Blob => {
25 return (

Callers 1

getHeadersFunction · 0.85

Calls 1

isStringFunction · 0.85

Tested by

no test coverage detected