initial commit

This commit is contained in:
Niels Kooiman
2019-08-12 12:52:12 +02:00
parent cc94057ac7
commit 352211dfcf
29 changed files with 2303 additions and 11 deletions

3
dist/IPortResolver.d.ts vendored Normal file
View File

@@ -0,0 +1,3 @@
export interface IPortResolver {
resolve<T>(name: string): T;
}