Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ makeKeyValuePair
Function
makeKeyValuePair
packages/common/src/pipes/keyvalue_pipe.ts:19–21 ·
view source on GitHub ↗
(key: K, value: V)
Source
from the content-addressed store, hash-verified
17
import
{warnIfSignal} from
'./utils'
;
18
19
function
makeKeyValuePair<K, V>(key: K, value: V): KeyValue<K, V> {
20
return
{key: key, value: value};
21
}
22
23
/**
24
* A key value pair.
Callers
1
transform
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected