Created
August 24, 2023 00:46
-
-
Save minhphong306/1c3508e1613fad46b362296e6687938f to your computer and use it in GitHub Desktop.
example.ts
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
if (!file_exist) | |
create_file(); | |
content = read_all_files_content(); | |
return content; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment