simple-protocol-generator

1.0.0 • Public • Published

Description

Generate an object with setter / getter functions, and a compare function which is aware of the locally stored value (not null, not empty)

Use only with strings.

Usage

var generator = require('simple-protocol-generator');

var person = new generator([
  'Username',
  'Password',
  'Address'
]);

and then, you can call

person.setUsername('lambda');

or

person.getUsername();

Readme

Keywords

none

Package Sidebar

Install

npm i simple-protocol-generator

Weekly Downloads

6

Version

1.0.0

License

ISC

Last publish

Collaborators

  • gyula.weber