EO
Size: a a a
EO
EO
EO
EO
OC
DD
type Test<Args> = Args extends [infer Head, ...infer Tail] ? Tail : Head
Cannot find name 'Head'.Exported type alias 'Test' has or is using private name 'Head'.Tail не ругаетсяDB
type Test<Args> = Args extends [infer Head, ...infer Tail] ? Tail : Head
Cannot find name 'Head'.Exported type alias 'Test' has or is using private name 'Head'.Tail не ругаетсяDD
MO
MO
AL
SS
SG
.orientation.lock('landscape')`, но похоже это несекьюрно и не работаетSG

AU
DZ
AU
u
async getBooks() {
const flats = await this.getFlats();
const rooms = await this.getRooms();
// make operations with flats and rooms
}
async getFlats() {
// make operations with random api
}
async getRooms() {
// make operations with random api
}
EO
async getBooks() {
const flats = await this.getFlats();
const rooms = await this.getRooms();
// make operations with flats and rooms
}
async getFlats() {
// make operations with random api
}
async getRooms() {
// make operations with random api
}
u