Files
squoosh/src
Tiger Oakes 32f2b4e573 Remove TypeScript-specific static Compress import (#338)
Previously, Compress had a static import only used by TypeScript, 
as the module was loaded dynamically. The type can be replaced with
`import().default`.

TypeScript 2.9 introduced the ability to use `import()` within type 
statements.
https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-9.html#import-types
2018-11-28 14:57:05 +00:00
..
2018-11-07 08:59:11 +00:00
2018-11-09 11:11:34 -08:00
2018-11-09 16:01:02 +00:00
2018-11-10 08:20:13 -08:00
2018-11-09 16:01:02 +00:00
2018-11-14 14:04:01 -08:00