UNPKG

@vscode/sync-api-common

Version:

An RPC implementation between Web and NodeJS workers that works sync

9 lines (8 loc) 168 B
import RAL from '../common/ral'; interface RIL extends RAL { } declare function RIL(): RIL; declare namespace RIL { function install(): void; } export default RIL;