8 lines
75 B
TypeScript
8 lines
75 B
TypeScript
"use strict";
|
|
|
|
const IpcProvider: any = null;
|
|
|
|
export {
|
|
IpcProvider
|
|
};
|