remove node_modules and .gitignore them
This commit is contained in:
-8
@@ -1,8 +0,0 @@
|
||||
"use strict";
|
||||
|
||||
var value = require("../../object/valid-value");
|
||||
|
||||
module.exports = function () {
|
||||
var self = String(value(this)), length = self.length;
|
||||
return length ? self[length - 1] : null;
|
||||
};
|
||||
Reference in New Issue
Block a user