sisoe24 / Python-Easy-Print

Found unused variables in TypeScript code JS-0356
Performance
Major
1 occurrence in this check
'config' is defined but never used
 6import { printConstructor } from "./print_constructor";
 7import { PRINT_COMMANDS, DOCUMENT_COMMANDS } from "./statements";
 8import { getConfig } from "./config";
 9import { config } from "process";10
11export async function executeCommand(
12    statement: string