UNPKG

@rws-framework/client

Version:

This package provides the core client-side framework for Realtime Web Suit (RWS), enabling modular, asynchronous web components, state management, and integration with backend services. It is located in `.dev/client`.

12 lines (10 loc) 204 B
{ "extends": "../.eslintrc.json", "env": { "browser": true, "es2021": true }, "parserOptions": { "project": "./tsconfig.json" } }