Add a TypeScript test sample.
This commit is contained in:
parent
16c32118e4
commit
342ac23c96
|
@ -0,0 +1,5 @@
|
|||
const title = "Sample TypeScript";
|
||||
|
||||
export function sample(): string {
|
||||
return title;
|
||||
}
|
Loading…
Reference in New Issue