/test-repository

My test repository

Apache License 2.0Apache-2.0

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.

function a<T>(param: T):T {
  return param;
}