Преглед изворни кода

change `import` to `import type`

Sergii KLiuchnyk пре 2 година
родитељ
комит
0d0cf63133
1 измењених фајлова са 1 додато и 1 уклоњено
  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;