MCPcopy 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
23function isString(value: unknown): value is string {
24 return typeof value === "string";
25}
26
27export function buildEqualErrorMessage<T>(
28 actual: T,

Callers 1

buildEqualErrorMessageFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected