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

Function innerList

http/unstable_structured_fields.ts:365–370  ·  view source on GitHub ↗
(
  items: Item[],
  parameters?: Iterable<[string, BareItem]>,
)

Source from the content-addressed store, hash-verified

363 * ```
364 */
365export function innerList(
366 items: Item[],
367 parameters?: Iterable<[string, BareItem]>,
368): InnerList {
369 return { items, parameters: new Map(parameters) };
370}
371
372// =============================================================================
373// Type Guards

Callers 1

fnFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected