79818787

Date: 2025-11-13 11:31:33
Score: 2
Natty:
Report link
function tryNew<A extends unknown[], T>(
  _class: new (...args: A) => T,
  ...args: A
): T | Error { /* .... */ }

https://tsplay.dev/ND168m

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alexandroppolus