UNPKG

ts-checker-rspack-plugin

Version:

Runs typescript type checker and linter on separate process.

4 lines (3 loc) 220 B
import type { ChildProcess } from 'node:child_process'; import type { RpcRemoteMethod } from './types'; export declare function wrapRpc<T extends (...args: any[]) => any>(childProcess: ChildProcess): RpcRemoteMethod<T>;