Use 1024 instead of 1000 for byte conversions, rename gloabl.d.ts to global.d.ts

This commit is contained in:
Matthew Penner 2020-06-10 14:00:43 -06:00
parent 050fe307f0
commit e903d4cc2a
4 changed files with 15 additions and 10 deletions

1
resources/scripts/global.d.ts vendored Normal file
View file

@ -0,0 +1 @@
declare function tw (a: TemplateStringsArray | string): any;