-
-
Save calebdre/1f191c4cb54e6bed7a35866ca3550bc9 to your computer and use it in GitHub Desktop.
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 generateValidationSet = (files: FileInfo[], n: number = 15) => { | |
| // (...) | |
| // this is an edit | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment