1.0.1 • Published 5 years ago

proxy-wrappers v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

proxy-wrappers

A library of proxy wrappers built with javascript

Installation

npm install --save proxy-wrappers

Description

proxy-wrappers uses Proxy concept of Javascript. The goal behind writing this library is to ease the use of many complex operations on data by simply replacing it with use of proxies wherever necessary.

The project has a folder called wrappers under which there are seperate folders for each wrapper. Addition or modification of wrappers from the community is highly encouraged and appreciated. Feel free to contact me for any queries on the same.

Usage

npm test

Check the tests folder on how to use the wrappers. Each wrapper will have its own test file.