Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naralc/ts-cs-py
Created from Code Crush: Robust dedicated collaboration
https://github.com/naralc/ts-cs-py
Last synced: 8 days ago
JSON representation
Created from Code Crush: Robust dedicated collaboration
- Host: GitHub
- URL: https://github.com/naralc/ts-cs-py
- Owner: NaralC
- Created: 2024-01-14T10:02:32.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-19T15:13:38.000Z (10 months ago)
- Last Synced: 2024-01-19T16:35:30.309Z (10 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
{"code":{"typescript":{"value":"type Human = {\r\n height: number;\r\n weight: number;\r\n age: number;\r\n}\r\n\r\ntype Colors = \"red\" | \"blue\" | \"green\"\r\n\r\nconst myColor: Colors = \"green\"\r\nconsole.log(myColor)"},"python":{"value":"PYYYYY"},"c#":{"value":"see hashtag"}},"language":"typescript"}