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