@rplan/socketio-client

v3.3.5
Socket.io client for Allex

lint

eslint --ext js,jsx,ts,tsx src test

test

jest --config ./jest.config.js

build

npm run build:src && npm run build:declarations && cp -rf ./types/* ./lib && rm -rf ./types

clean

rm -rf ./lib ./types

build:src

babel -d lib src --extensions .js,.ts,.jsx,.tsx

typecheck

tsc --noEmit --skipLibCheck

build:clean

npm run clean && npm run build

build:src:watch

babel --watch -d lib src --extensions .js,.ts,.jsx,.tsx

build:declarations

tsc --project tsconfig.types.json
npm i @rplan/[email protected]

Metadata

  • MIT
  • >=20
  • Actano GmbH
  • released 2/22/2024

Downloads