flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
11
VISUALIZACION/node_modules/accessor-fn/dist/accessor-fn.mjs
generated
vendored
Executable file
11
VISUALIZACION/node_modules/accessor-fn/dist/accessor-fn.mjs
generated
vendored
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
var index = (function (p) {
|
||||
return typeof p === 'function' ? p // fn
|
||||
: typeof p === 'string' ? function (obj) {
|
||||
return obj[p];
|
||||
} // property name
|
||||
: function (obj) {
|
||||
return p;
|
||||
};
|
||||
}); // constant
|
||||
|
||||
export { index as default };
|
||||
Loading…
Add table
Add a link
Reference in a new issue