Commit With Frontend and Backend in MERN
This commit is contained in:
3
backend/node_modules/moment/src/lib/utils/has-own-prop.js
generated
vendored
Normal file
3
backend/node_modules/moment/src/lib/utils/has-own-prop.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function hasOwnProp(a, b) {
|
||||
return Object.prototype.hasOwnProperty.call(a, b);
|
||||
}
|
||||
Reference in New Issue
Block a user