2022-12-21
https://zenn.dev/moneyforward/articles/typescript-as-const-satisfies
これは、顧客(私)が求めていたものだ。as const を使うと string や Record<string, string> のような型として扱えなくなって困るケースがあったりしたので、これは嬉しい・・・!
as const
string
Record<string, string>