[typescript]type tuple

Tue Feb 11

typescript

Author:Noritaka

Astro
const book: [string, number, boolean] = ['business', 1500, false];

typescript