This commit is contained in:
12
node_modules/vscode-jsonrpc/lib/browser/ril.d.ts
generated
vendored
Normal file
12
node_modules/vscode-jsonrpc/lib/browser/ril.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import { RAL } from '../common/api';
|
||||
interface RIL extends RAL {
|
||||
readonly stream: {
|
||||
readonly asReadableStream: (stream: WebSocket) => RAL.ReadableStream;
|
||||
readonly asWritableStream: (stream: WebSocket) => RAL.WritableStream;
|
||||
};
|
||||
}
|
||||
declare function RIL(): RIL;
|
||||
declare namespace RIL {
|
||||
function install(): void;
|
||||
}
|
||||
export default RIL;
|
||||
Reference in New Issue
Block a user