UNPKG

@rustable/type

Version:

A TypeScript implementation of Rust-like type system with generic support and runtime type information.

46 lines 1.03 kB
{ "name": "@rustable/type", "version": "0.4.12", "description": "A TypeScript implementation of Rust-like type system with generic support and runtime type information.", "keywords": [ "typescript", "rust", "type-system", "generics", "runtime-types", "type-id", "type-factory", "type-reflection", "rustable" ], "main": "./lib/index.js", "source": "./src/index.ts", "module": "./lib/index.mjs", "types": "./lib/index.d.ts", "sideEffects": false, "exports": { ".": { "types": "./lib/index.d.ts", "require": "./lib/index.js", "import": "./lib/index.mjs" } }, "files": [ "lib", "LICENSE", "README.md" ], "author": "illuxiza", "repository": { "type": "git", "url": "https://github.com/illuxiza/ts-rustable" }, "bugs": { "url": "https://github.com/illuxiza/ts-rustable/issues" }, "homepage": "https://github.com/illuxiza/ts-rustable#readme", "license": "MIT", "publishConfig": { "access": "public" } }