A small feature library that makes it easier to manipulate objects
It is tiny but very useful and can help you handle javascript native objects. Data-driven interface development is very common today, we are in the angular, react, vue will encounter a lot of object processing, including set the default value, query, assignment, etc., scalpel is born for this scene.
jscalpel is little poor, gzip less than 3k, so a library you can use it anytime, anywhere without worrying about anything.
View the document please visit https://ihtml5.github.io/jscalpel/
npm install jscalpel --save
yarn add jscalpel --save
import Jscalpel from 'jscalpel' <script charset="utf-8" src="https://unpkg.com/[email protected]/dist/jscalpel.min.js"></script>在使用dynamicKeys(动态keys)时禁用prefix
增加jscalpelLogic插件,减少ifelse,使运行逻辑可配置

