//// [functionOnlyHasThrow.ts] function clone():number { throw new Error("To be implemented"); } //// [functionOnlyHasThrow.js] function clone() { throw new Error("To be implemented"); }