Useless Code

Self-deprecating Open Source

chn.js

chn.js is a JavaScript library that allows you to method chain on any JavaScript object. In addition to allowing you to chain any methods on an object, chn.js allows you to use property names as setters for any property. At this time it is mostly a proof-of-concept since it uses Proxy objects, which are currently only well-supported in FireFox.

chn.js is available under either a MIT style or GPL 3 license.

For usage examples check out the readme.

Download