UNPKG

woolball-client

Version:

Client-side library for Woolball enabling secure browser resource sharing for distributed AI task processing

8 lines (7 loc) 182 B
/** * Utilities index * Export only the utilities that should be available to applications * that install this library */ export * from './browser'; export * from './websocket';