This commit is contained in:
2022-09-22 18:00:56 +02:00
parent eafc0307aa
commit a4e57d369c
19 changed files with 1493 additions and 1367 deletions

1
core/src/index.ts Normal file
View File

@ -0,0 +1 @@
export * from './test';

3
core/src/test.ts Normal file
View File

@ -0,0 +1,3 @@
export type test = {
a: string;
}