aboutsummaryrefslogtreecommitdiffstats
path: root/src/@types
diff options
context:
space:
mode:
authorLibravatar muhamedsalih-tw <104364298+muhamedsalih-tw@users.noreply.github.com>2022-10-23 16:19:40 +0530
committerLibravatar GitHub <noreply@github.com>2022-10-23 10:49:40 +0000
commitc9f8a4e90beb48f96008f3417d603c8e35bc2985 (patch)
tree6161edd53c83df8030b4177fb4df462ed63b77ac /src/@types
parent6.2.1-nightly.26 [skip ci] (diff)
downloadferdium-app-c9f8a4e90beb48f96008f3417d603c8e35bc2985.tar.gz
ferdium-app-c9f8a4e90beb48f96008f3417d603c8e35bc2985.tar.zst
ferdium-app-c9f8a4e90beb48f96008f3417d603c8e35bc2985.zip
chore: convert some js scripts & gulpfile into typescript (#693)
Diffstat (limited to 'src/@types')
-rw-r--r--src/@types/kebab-case.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/@types/kebab-case.d.ts b/src/@types/kebab-case.d.ts
new file mode 100644
index 000000000..712405ac0
--- /dev/null
+++ b/src/@types/kebab-case.d.ts
@@ -0,0 +1 @@
declare module 'kebab-case';