const {}は分割代入で、const obj = { a: 1, b: 2 }; const { a } = obj; // a = 1が参考になる created:2025/11/06 updated:2025/11/06