@@ -296,32 +296,26 @@ examples.make(() => {
296
296
297
297
examples . make ( ( ) => {
298
298
// options.keys
299
- ii (
300
- [
301
- {
302
- model : 'MacBook Air 13"' ,
303
- year : new Date ( 2020 , 10 , 23 ) ,
304
- price : { currency : "USD" , amount : 999 } ,
305
- owner : "astoilkov" ,
306
- } ,
307
- {
308
- model : 'MacBook Air 15"' ,
309
- year : new Date ( 2023 , 9 , 18 ) ,
310
- price : { currency : "USD" , amount : 1299 } ,
311
- owner : "erusev" ,
312
- } ,
313
- {
314
- model : 'MacBook Pro 13"' ,
315
- year : new Date ( 2019 , 11 , 2 ) ,
316
- price : { currency : "USD" , amount : 1499 } ,
317
- owner : "astoilkov" ,
318
- } ,
319
- ] ,
299
+ ii . depth ( 3 ) . keys ( "price" , "year" , "amount" ) ( [
320
300
{
321
- depth : 3 ,
322
- keys : [ "price" , "year" , "amount" ] ,
301
+ model : 'MacBook Air 13"' ,
302
+ year : new Date ( 2020 , 10 , 23 ) ,
303
+ price : { currency : "USD" , amount : 999 } ,
304
+ owner : "astoilkov" ,
323
305
} ,
324
- ) ;
306
+ {
307
+ model : 'MacBook Air 15"' ,
308
+ year : new Date ( 2023 , 9 , 18 ) ,
309
+ price : { currency : "USD" , amount : 1299 } ,
310
+ owner : "erusev" ,
311
+ } ,
312
+ {
313
+ model : 'MacBook Pro 13"' ,
314
+ year : new Date ( 2019 , 11 , 2 ) ,
315
+ price : { currency : "USD" , amount : 1499 } ,
316
+ owner : "astoilkov" ,
317
+ } ,
318
+ ] ) ;
325
319
} ) ;
326
320
327
321
examples . make ( ( ) => {
0 commit comments