diff options
| author | Shulhan <ms@kilabit.info> | 2021-09-05 20:24:50 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-09-05 20:24:50 +0700 |
| commit | caf0f69ed09d01ff6053cf095b720606077e442c (patch) | |
| tree | 8f249561fb176e263674ec7a32f19565f798b7f9 /editor/example.d.ts | |
| parent | 897d8bbdd89034d8a9bdc781de07c5492b340f1f (diff) | |
| download | pakakeh.ts-caf0f69ed09d01ff6053cf095b720606077e442c.tar.xz | |
editor: convert the example to TypeScript and loaded as module
Diffstat (limited to 'editor/example.d.ts')
| -rw-r--r-- | editor/example.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/example.d.ts b/editor/example.d.ts new file mode 100644 index 0000000..cb0ff5c --- /dev/null +++ b/editor/example.d.ts @@ -0,0 +1 @@ +export {}; |
