// Auto-generated by the twoslash-cli from codefence.ts.md import React from "react" const innerHTML = `
ts
// codefence: {1}
function greet(person: string, date: Date) {
console.log(`Hello ${person}, today is ${date.toDateString()}!`)
}
 
greet("Maddison", new Date())
 
` export const Code = () =>