UNPKG

@socketsupply/socket

Version:

A Cross-Platform, Native Runtime for Desktop and Mobile Apps — Create apps using HTML, CSS, and JavaScript. Written from the ground up to be small and maintainable.

8 lines (6 loc) 210 B
export const dispose = Symbol.dispose ?? Symbol.for('socket.runtime.gc.finalizer') export const serialize = Symbol.serialize ?? Symbol.for('socket.runtime.serialize') export default { dispose, serialize }