Prechádzať zdrojové kódy

change `import` to `import type`

Sergii KLiuchnyk 2 rokov pred
rodič
commit
0d0cf63133
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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;