mirror of
https://github.com/thangisme/notes.git
synced 2026-07-30 11:21:00 -04:00
Initial commit
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
var overArg = require('./_overArg');
|
||||
|
||||
/* Built-in method references for those with the same name as other `lodash` methods. */
|
||||
var nativeKeys = overArg(Object.keys, Object);
|
||||
|
||||
module.exports = nativeKeys;
|
||||
Reference in New Issue
Block a user