0.2.5 • Published 7 years ago

deduction v0.2.5

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

Claim

class Claim {
    constructor(p, q) { ... }
}

module.exports = Claim;

constructor(p, q)

args:
    Claim|Object         p
    Claim|Function|Value q

Deduction

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:
    this

deduce(pair)

args:
    Object pair
return:
    this

end()

return:
    {p:[], q:[]}

License

MIT © May xiaoya zhang

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago