Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
287
export
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
fn
Function · 0.90
convertExpectedBareItem
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected