import { op } from "https://deno.land/x/ddc_vim@v3.8.0/deps.ts";
const { writedelay } = op;
The number of milliseconds to wait for each character sent to the screen. When non-zero, characters are sent to the terminal one by one. For debugging purposes.
(default 0)