mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-21 22:15:04 -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