as const คือ const assertion ที่บอกให้ TypeScript infer type ที่ เฉพาะเจาะจงที่สุด (เป็น literal) และเป็น readonly แบบลึก ให้กับค่าหนึ่ง แทนที่จะ widen type นั้นออกไป
a = ;
obj = { : };
arr = [, ];
b = ;
obj2 = { : } ;
arr2 = [, ] ;
