Jelajahi Sumber

change `import` to `import type`

Sergii KLiuchnyk 2 tahun lalu
induk
melakukan
0d0cf63133
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/config/index.ts

+ 1 - 1
src/config/index.ts

@@ -1,4 +1,4 @@
-import {Server, ServerOptions} from 'ws';
+import type {Server, ServerOptions} from 'ws';
 
 export interface IConfig {
   readonly host: string;