Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit387b83a

Browse files
committed
Doc add Map.get signature update
1 parent61aa929 commit387b83a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎website/docs/Map.mdx‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,10 @@ If two values have the same `hashCode`, they are [not guaranteed to be equal][Ha
733733

734734
Returns the value associated with the provided key.
735735

736-
<Signaturecode={`get(key: K): V | undefined`} />
736+
<Signature
737+
code={`get(key: K): V | undefined
738+
get(key: K, notSetValue?): any`}
739+
/>
737740

738741
<RepldefaultValue={`Map({ a: 1, b: 2, c: 3 }).get('b');`} />
739742

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp