diff options
| author | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2019-02-04 01:47:12 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-04 01:47:12 +0900 |
| commit | 99d8d0a484eca8901ea6f1d556d51411ddfd9209 (patch) | |
| tree | dddaa0f53c1ff479c664818050bc60670eecc8cf /src/@types | |
| parent | Create type definition for ./locales (#4117) (diff) | |
| download | sharkey-99d8d0a484eca8901ea6f1d556d51411ddfd9209.tar.gz sharkey-99d8d0a484eca8901ea6f1d556d51411ddfd9209.tar.bz2 sharkey-99d8d0a484eca8901ea6f1d556d51411ddfd9209.zip | |
Create type definition for '*/const.json' (#4118)
Diffstat (limited to 'src/@types')
| -rw-r--r-- | src/@types/const.json.d.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/@types/const.json.d.ts b/src/@types/const.json.d.ts new file mode 100644 index 0000000000..40a96f2a2a --- /dev/null +++ b/src/@types/const.json.d.ts @@ -0,0 +1,3 @@ +declare module '*/const.json' { + const copyright: string; +} |