Skip to content

Instantly share code, notes, and snippets.

@ryloric
Last active June 29, 2020 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryloric/9cb9a6ab285c546559ab075b1b483bdc to your computer and use it in GitHub Desktop.
Save ryloric/9cb9a6ab285c546559ab075b1b483bdc to your computer and use it in GitHub Desktop.
Deno test
export type Person = {
firstName: string,
lastName: string,
age: number
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment