Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denoland/std
/ isString
Function
isString
expect/_build_message.ts:23–25 ·
view source on GitHub ↗
(value: unknown)
Source
from the content-addressed store, hash-verified
21
};
22
23
function
isString(value: unknown): value is string {
24
return
typeof value ===
"string"
;
25
}
26
27
export
function
buildEqualErrorMessage<T>(
28
actual: T,
Callers
1
buildEqualErrorMessage
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected