@lvce-editor/ipc 12.0.0 → 12.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -17,6 +17,8 @@ export const IpcChildWithWebSocket: IpcChild
|
|
|
17
17
|
export const IpcChildWithNodeWorker: IpcChild
|
|
18
18
|
export const IpcChildWithRendererProcess2: IpcChild
|
|
19
19
|
export const IpcChildWithModuleWorkerAndMessagePort: IpcChild
|
|
20
|
+
export const IpcChildWithModuleWorker: IpcChild
|
|
21
|
+
export const IpcChildWithMessagePort: IpcChild
|
|
20
22
|
|
|
21
23
|
interface IpcParent {
|
|
22
24
|
readonly create: any
|