Created
September 13, 2021 20:14
-
-
Save exuanbo/0c1436c4e7959863979e346b7b6ccbaa to your computer and use it in GitHub Desktop.
This file contains 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 range = (n: number): number[] => Array.from({ length: n }, (_, i) => i) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment