Skip to content

Instantly share code, notes, and snippets.

@asifsaho
Created February 15, 2022 09:33
Show Gist options
  • Save asifsaho/89737813bb6b4fec27ef64ecb784bb4f to your computer and use it in GitHub Desktop.
Save asifsaho/89737813bb6b4fec27ef64ecb784bb4f to your computer and use it in GitHub Desktop.
Typescript Cheatsheet
// 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