https://github.com/micc83/test-repository
My test repository
https://github.com/micc83/test-repository
Last synced: about 1 month ago
JSON representation
My test repository
- Host: GitHub
- URL: https://github.com/micc83/test-repository
- Owner: micc83
- License: apache-2.0
- Created: 2023-03-11T19:47:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-21T16:41:17.000Z (almost 3 years ago)
- Last Synced: 2026-03-27T04:09:39.089Z (3 months ago)
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Test repository
My test repository description
## Getting started
Start writing your documentation by adding more markdown (.md) files to this
folder (/docs) or replace the content in this file.
```ts
function a(param: T):T {
return param;
}
```