Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/farynam/mfitbs-js-utils

Useful Util functions. Solve problem for ex. private methods for es6 classes.
https://github.com/farynam/mfitbs-js-utils

Last synced: about 1 month ago
JSON representation

Useful Util functions. Solve problem for ex. private methods for es6 classes.

Awesome Lists containing this project

README

        

# mfitbs-js-utils
Useful Util functions.

# Objectify
Solves problems:
- private methods for es6 classes
- access private -> public
- access public -> private
- access private object fields
- access public fields from private methods

disallows access:
- private methods outside a module
- private fields outside a module

# Usage

in module "example".