arora-types 1.2.1

Shared type definitions for the Semio Arora framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "arora-types-tests",
  "version": "1.0.0",
  "private": true,
  "type": "module",
  "scripts": {
    "test": "node --experimental-wasm-modules --no-warnings tests/integration/value.test.js && node --experimental-wasm-modules --no-warnings tests/integration/value-instanceof.test.js",
    "build:wasm": "wasm-pack build --target bundler --out-dir pkg"
  },
  "devDependencies": {
    "@types/node": "^20.0.0"
  }
}