UNPKG

typix

Version:

A TypeScript library for validating object typings and values with custom rules, offering both strict type checking and value validation.

29 lines (28 loc) 657 B
{ "name": "typix", "version": "1.0.18", "description": "A TypeScript library for validating object typings and values with custom rules, offering both strict type checking and value validation.", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "jest" }, "keywords": [ "typescript", "object validation", "type checking", "value validation", "strict validation", "custom rules", "typings", "data validation" ], "author": "Ccorgz", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.14", "jest": "^29.7.0", "ts-jest": "^29.3.2", "typescript": "^5.8.3" } }