Created
February 15, 2022 09:33
-
-
Save asifsaho/89737813bb6b4fec27ef64ecb784bb4f to your computer and use it in GitHub Desktop.
Typescript Cheatsheet
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
// Map Object Type | |
const objMap: Record<string, string> = { | |
alu: 'mula', | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment