Skip to content

Commit

Permalink
adds resource URLs for ts translation
Browse files Browse the repository at this point in the history
  • Loading branch information
anudaweerasinghe committed Jan 23, 2023
1 parent abb8486 commit 97e45fa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ts-resources.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
fib.ts:
- exporting: https://www.typescriptlang.org/docs/handbook/migrating-from-javascript.html#exporting-from-modules
- functions: https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#functions


fibRoute.ts:
- Importing - https://www.typescriptlang.org/docs/handbook/modules.html#import
- Express req, res types - https://stackoverflow.com/a/58567246
- Functions - https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#functions

0 comments on commit 97e45fa

Please sign in to comment.