type_reflect 0.6.2

Extensible runtime reflection through a Derive macro
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "output",
  "version": "1.0.0",
  "main": "index.js",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.5.8",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.1",
    "typescript": "^5.2.2"
  }
}