Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/farynam/mfitbs-js-utils
- Owner: farynam
- License: apache-2.0
- Created: 2019-09-01T17:38:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-02T17:08:57.000Z (over 5 years ago)
- Last Synced: 2024-09-20T10:08:40.613Z (3 months ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 methodsdisallows access:
- private methods outside a module
- private fields outside a module# Usage
in module "example".