aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/date-fns/_lib/assign/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/date-fns/_lib/assign/index.js')
-rw-r--r--node_modules/date-fns/_lib/assign/index.js19
1 files changed, 0 insertions, 19 deletions
diff --git a/node_modules/date-fns/_lib/assign/index.js b/node_modules/date-fns/_lib/assign/index.js
deleted file mode 100644
index d3bdaa7..0000000
--- a/node_modules/date-fns/_lib/assign/index.js
+++ /dev/null
@@ -1,19 +0,0 @@
-"use strict";
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-exports.default = assign;
-function assign(target, object) {
- if (target == null) {
- throw new TypeError('assign requires that input parameter not be null or undefined');
- }
- for (var property in object) {
- if (Object.prototype.hasOwnProperty.call(object, property)) {
- ;
- target[property] = object[property];
- }
- }
- return target;
-}
-module.exports = exports.default; \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage