expect error

This commit is contained in:
Dax Raad 2026-03-26 20:41:12 -04:00
parent 57f7d39281
commit 5079bf863e

View file

@ -1,3 +1,4 @@
/** @ts-expect-error */
import * as pty from "@lydell/node-pty"
import type { Opts, Proc } from "./pty"