Explorar o código

change `import` to `import type`

Sergii KLiuchnyk %!s(int64=2) %!d(string=hai) anos
pai
achega
0d0cf63133
Modificáronse 1 ficheiros con 1 adicións e 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;