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

Function date

http/unstable_structured_fields.ts:287–289  ·  view source on GitHub ↗
(value: Date)

Source from the content-addressed store, hash-verified

285 * ```
286 */
287export function date(value: Date): Extract<BareItem, { type: "date" }> {
288 return { type: "date", value };
289}
290
291/**
292 * Creates a display string Bare Item.

Callers 2

fnFunction · 0.90
convertExpectedBareItemFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected