File tree 4 files changed +145
-126
lines changed
4 files changed +145
-126
lines changed Original file line number Diff line number Diff line change @@ -186,6 +186,10 @@ Generates the copy of the object.
186
186
#### @Obj : merge < ; T> ; (_ o1_ : obj< ; T> ; , _ o2_ : obj< ; T> ; ): obj< ; T> ;
187
187
Returns a merged version of the two objects.
188
188
189
+ #### @Obj : pick < ; T> ; (_ o_ : obj< ; T> ; , _ keys_ : arr< ; str> ; ): obj< ; T> ;
190
+ Extracts ` o ` 's properties which have keys in _ keys_ .
191
+ Property is set ` NULL ` when the key is in ` keys ` but not in ` o ` .
192
+
189
193
### :: Error
190
194
#### @Error : create (_ name_ : str, _ info_ ?: any): error
191
195
Create error type value.
Original file line number Diff line number Diff line change @@ -188,6 +188,10 @@ encoded_text をエンコードされたURI構成要素としてデコードし
188
188
#### @Obj : merge < ; T> ; (_ o1_ : obj< ; T> ; , _ o2_ : obj< ; T> ; ): obj< ; T> ;
189
189
2つのオブジェクトを併合したものを返します。
190
190
191
+ #### @Obj : pick < ; T> ; (_ o_ : obj< ; T> ; , _ keys_ : arr< ; str> ; ): obj< ; T> ;
192
+ オブジェクト` o ` のプロパティのうち、キー名が` keys ` に含まれるもののみを抽出します。
193
+ ` keys ` にあって` o ` にないキーは` NULL ` になります。
194
+
191
195
### :: Error
192
196
#### @Error : create (_ name_ : str, _ info_ ?: any): error
193
197
エラー型の値を作成します。
Original file line number Diff line number Diff line change 13
13
"lz-string" : " ^1.5.0" ,
14
14
"markdown-it-mathjax3" : " ^4.3.2" ,
15
15
"shiki" : " ^1.24.4" ,
16
- "vite" : " ^6.0.5 " ,
16
+ "vite" : " ^6.0.6 " ,
17
17
"vitepress" : " ^1.5.0" ,
18
18
"vue" : " ^3.5.13"
19
19
}
You can’t perform that action at this time.
0 commit comments