lambiguous
Version:
A generalized backtracking search library
21 lines (20 loc) • 458 B
JSON
{
"name": "lambiguous",
"version": "1.0.1",
"description": "A generalized backtracking search library",
"main": "./lib/index.js",
"author": "Arpit Kumar (kumar.arpit77@yahoo.com)",
"license": "MIT",
"keywords": [
"backtracking",
"amb",
"functional programming"
],
"scripts": {
"test": "jest"
},
"devDependencies": {
"jest": "^29.7.0",
"typescript": "^5.8.2"
}
}