diff options
| author | wabilin <[email protected]> | 2020-07-31 18:55:54 +0900 |
|---|---|---|
| committer | wabilin <[email protected]> | 2020-07-31 18:56:51 +0900 |
| commit | 70487792f84bcf1930cfb7cf7cbd48fc934b74b5 (patch) | |
| tree | 62d8a19325f408658a84bfb9c3f83f6b42113960 /src | |
| parent | install and init ts (diff) | |
| download | holo-schedule-70487792f84bcf1930cfb7cf7cbd48fc934b74b5.tar.xz holo-schedule-70487792f84bcf1930cfb7cf7cbd48fc934b74b5.zip | |
Hello typescript
Diffstat (limited to 'src')
| -rw-r--r-- | src/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.ts b/src/index.ts new file mode 100644 index 0000000..809eab1 --- /dev/null +++ b/src/index.ts @@ -0,0 +1 @@ +export const foo = () => 'foo' |