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