From 31705f0b70be7f4450c0933cd854c05e2c88e0ec Mon Sep 17 00:00:00 2001 From: Matthew R Date: Fri, 18 Dec 2020 19:15:09 -0500 Subject: [PATCH] fix --- src/class/CSCLI.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/class/CSCLI.ts b/src/class/CSCLI.ts index 7bcd5eb..f302298 100644 --- a/src/class/CSCLI.ts +++ b/src/class/CSCLI.ts @@ -4,7 +4,8 @@ import net from 'net'; import crypto from 'crypto'; import { promises as fs } from 'fs'; -import { Client, Collection, Context, TCPHandler } from '.'; +import { Client, Collection, Context } from '.'; +import type { TCPHandler } from '.'; import * as handlerFiles from '../cscli/handlers';