0.3.0 • Published 12 years ago

synths v0.3.0

Weekly downloads
11
License
-
Repository
github
Last release
12 years ago

Synths

Synths is a JavaScript library that synthesize property with type, methods, operators and more.

Development is currently ongoing.

Usage

var synthesize = require('synths');
var john = {
    name: synthesize('string'),
    age: synthesize('integer')
};
john.name('John').age(25);
console.log(john.name());           // 'John'
console.log(john.age());            // 25
0.3.0

12 years ago

0.2.4

12 years ago

0.2.3

12 years ago

0.2.2

12 years ago

0.2.1

12 years ago

0.2.0

12 years ago

0.1.2

12 years ago