diff options
author | Sam Wilkins <samuel_wilkins@brown.edu> | 2019-06-25 21:22:29 -0400 |
---|---|---|
committer | Sam Wilkins <samuel_wilkins@brown.edu> | 2019-06-25 21:22:29 -0400 |
commit | 06bd486c72342b4d979245c9f4051156e6492541 (patch) | |
tree | 3c0a18c8e682ab3c518eaa14369f088025041469 /src/client/util/ClientUtils.ts | |
parent | 4be53f12fffa099f3381813192e60415898183d1 (diff) |
scraping progress
Diffstat (limited to 'src/client/util/ClientUtils.ts')
-rw-r--r-- | src/client/util/ClientUtils.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/util/ClientUtils.ts b/src/client/util/ClientUtils.ts new file mode 100644 index 000000000..425bde14a --- /dev/null +++ b/src/client/util/ClientUtils.ts @@ -0,0 +1,4 @@ +//AUTO-GENERATED FILE: DO NOT EDIT +export namespace ClientUtils { + export const RELEASE = false; +}
\ No newline at end of file |