0.2.5 • Published 9 years ago
deduction v0.2.5
Claim
class Claim {
constructor(p, q) { ... }
}
module.exports = Claim;constructor(p, q)
args:
Claim|Object p
Claim|Function|Value qDeduction
class Deduction {
constructor(claim) { ... }
deduce(key, value) { ... }
deduce(pair) { ... }
end() { ... }
}
module.exports = Deduction;constructor(claim)
args:
Claim claim[]deduce(key, value)
args:
String key
Value value
return:
thisdeduce(pair)
args:
Object pair
return:
thisend()
return:
{p:[], q:[]}License
MIT © May xiaoya zhang