chore: enable importsNotUsedAsValues

This commit is contained in:
Simon Chan 2022-03-15 15:06:56 +08:00
parent b287340ac9
commit 2ff723f488
No known key found for this signature in database
GPG key ID: 8F75717685A974FB
17 changed files with 25 additions and 23 deletions

View file

@ -1,5 +1,5 @@
import Struct from "@yume-chan/struct";
import { Adb } from '../adb';
import type { Adb } from '../adb';
import { AdbBufferedStream } from '../stream';
const Version =