Skip to content

Instantly share code, notes, and snippets.

@camflan
Last active September 12, 2025 14:04
Show Gist options
  • Select an option

  • Save camflan/dc901295953fe37d3e572eb8c8d5638b to your computer and use it in GitHub Desktop.

Select an option

Save camflan/dc901295953fe37d3e572eb8c8d5638b to your computer and use it in GitHub Desktop.
This should be put into a comment at the top of the file
export const numbers = [1, 2, 3, 4, 5, 6] as const;
export function myTestFunction() {
return Math.PI
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment