Last active
September 12, 2025 14:04
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export const numbers = [1, 2, 3, 4, 5, 6] as const; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export function myTestFunction() { | |
| return Math.PI | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment