export default function myNew(Constructor, ...args) {
  throw new Error('Not implemented');
}
Run tests to see results.