typeof value === 'undefined' || value === null // or value == null
interface Room { // ... prices: Price[] | null } interface Price { // ... couponPrice: Coupon | null }
By Dohyung Ahn
Seoul.js 7월 라이트닝 토크 발표
Frontend Engineer at protopie.io