Explorar el Código

change `import` to `import type`

Sergii KLiuchnyk hace 2 años
padre
commit
0d0cf63133
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;