HackerTrans
トップ新着トレンドコメント過去質問紹介求人

mpoc

no profile record

コメント

mpoc
·3 年前·議論
"objectKeys" wrapper from https://github.com/sindresorhus/ts-extras also does this.

It would be nice if the behaviour with "as const" was different:

  const person = { name: 'John Doe', age: 35 } as const
  const result = Object.keys(person) // return type is not 'name' | 'age'