MCPcopy Create free account
hub / github.com/denoland/std / displayString

Function displayString

http/unstable_structured_fields.ts:307–311  ·  view source on GitHub ↗
(
  value: string,
)

Source from the content-addressed store, hash-verified

305 * ```
306 */
307export function displayString(
308 value: string,
309): Extract<BareItem, { type: "displaystring" }> {
310 return { type: "displaystring", value };
311}
312
313/**
314 * Creates an Item from a Bare Item and optional Parameters.

Callers 2

fnFunction · 0.90
convertExpectedBareItemFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected