Migrate project from JS+Flow to TypeScript

This commit is contained in:
Mitchell Simon 2019-09-02 21:53:03 -04:00
parent 60a557f918
commit 356b95579e
36 changed files with 3300 additions and 3058 deletions

4
src/images/webp.d.ts vendored Normal file
View file

@ -0,0 +1,4 @@
declare module "*.webp" {
const value: any
export default value
}