UNPKG

@electron/remote

Version:

[![Test](https://github.com/electron/remote/actions/workflows/test.yml/badge.svg)](https://github.com/electron/remote/actions/workflows/test.yml) [![npm version](http://img.shields.io/npm/v/@electron/remote.svg)](https://npmjs.org/package/@electron/remote

5 lines (4 loc) 223 B
export declare function isPromise(val: any): any; export declare function isSerializableObject(value: any): boolean; export declare function serialize(value: any): any; export declare function deserialize(value: any): any;